FastLED 3.9.15
Loading...
Searching...
No Matches

◆ deallocate()

template<typename T>
void fl::allocator_realloc< T >::deallocate ( T * p,
fl::size n )
inline

Definition at line 320 of file allocator.h.

320 {
322 if (p == nullptr) {
323 return;
324 }
325 Free(p);
326 }
void Free(void *ptr)
#define FASTLED_UNUSED(x)

Referenced by fl::allocator_realloc< U >::reallocate().

+ Here is the caller graph for this function: