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 101 of file allocator.h.

101 {
103 if (p == nullptr) {
104 return; // Handle null pointer
105 }
106 Free(p); // Free the allocated memory
107 }
void Free(void *ptr)
#define FASTLED_UNUSED(x)
Definition unused.h:4

Referenced by fl::allocator_slab< T, SLAB_SIZE >::deallocate().

+ Here is the caller graph for this function: