FastLED
3.9.15
Loading...
Searching...
No Matches
◆
reallocate_impl()
[1/2]
template<typename T>
pointer
fl::allocator
< T >::reallocate_impl
(
pointer
ptr
,
fl::size
old_count
,
fl::size
new_count
,
fl::false_type
)
inline
private
Definition at line
207
of file
allocator.h
.
207
{
208
FASTLED_UNUSED
(
ptr
);
209
FASTLED_UNUSED
(
old_count
);
210
FASTLED_UNUSED
(
new_count
);
211
return
nullptr
;
// Signal: not supported, use standard allocate-copy-deallocate
212
}
fl::allocator
Definition
allocator.h:133
FASTLED_UNUSED
#define FASTLED_UNUSED(x)
fl
allocator
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2