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

764 {
765 // Use the same static allocator instance
768 }
void deallocate(T *p, fl::size n) FL_NOEXCEPT
Definition allocator.h:764
static SlabAllocator< T, SLAB_SIZE > & get_allocator() FL_NOEXCEPT
Definition allocator.h:743

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

+ Here is the call graph for this function: