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

◆ deallocate()

template<typename T, fl::size SLAB_SIZE = FASTLED_DEFAULT_SLAB_SIZE>
void fl::allocator_slab< T, SLAB_SIZE >::deallocate ( T * p,
fl::size n )
inline

Definition at line 480 of file allocator.h.

480 {
481 // Use the same static allocator instance
484 }
void deallocate(T *p, fl::size n)
Definition allocator.h:480
static SlabAllocator< T, SLAB_SIZE > & get_allocator()
Definition allocator.h:466

References fl::allocator< T >::deallocate(), and get_allocator().

+ Here is the call graph for this function: