FastLED
3.9.15
Loading...
Searching...
No Matches
◆
reallocate()
template<typename T>
pointer
fl::allocator_psram
< T >::reallocate
(
pointer
ptr
,
fl::size
old_count
,
fl::size
new_count
)
inline
Definition at line
449
of file
allocator.h
.
449
{
450
FASTLED_UNUSED
(
ptr
);
451
FASTLED_UNUSED
(
old_count
);
452
FASTLED_UNUSED
(
new_count
);
453
return
nullptr
;
// Signal: not supported
454
}
fl::allocator_psram
Definition
allocator.h:387
FASTLED_UNUSED
#define FASTLED_UNUSED(x)
fl
allocator_psram
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2