FastLED
3.9.15
Loading...
Searching...
No Matches
◆
allocate_at_least()
template<typename T>
allocation_result
<
pointer
,
size_type
>
fl::allocator_psram
< T >::allocate_at_least
(
fl::size
n
)
inline
Definition at line
440
of file
allocator.h
.
440
{
441
if
(
n
== 0) {
442
return
{
nullptr
, 0};
443
}
444
// Default: just allocate exactly what's requested
445
return
{
allocate
(
n
),
n
};
446
}
fl::allocator_psram::allocate
T * allocate(fl::size n) FL_NOEXCEPT
Definition
allocator.h:415
fl::allocator_psram
Definition
allocator.h:387
fl
allocator_psram
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2