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

◆ deallocate()

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

Definition at line 232 of file allocator.h.

232 {
234 if (p == nullptr) {
235 return; // Handle null pointer
236 }
237 Free(p); // Free the allocated memory
238 }
void Free(void *ptr)
#define FASTLED_UNUSED(x)

Referenced by fl::allocator_slab< T, SLAB_SIZE >::deallocate(), and fl::allocator< U >::reallocate_impl().

+ Here is the caller graph for this function: