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  )
inlineprivate

Definition at line 207 of file allocator.h.

207 {
211 return nullptr; // Signal: not supported, use standard allocate-copy-deallocate
212 }
#define FASTLED_UNUSED(x)