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 {
453 return nullptr; // Signal: not supported
454 }
#define FASTLED_UNUSED(x)