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

◆ ~Slab()

template<typename T, fl::size SLAB_SIZE = FASTLED_DEFAULT_SLAB_SIZE>
fl::SlabAllocator< T, SLAB_SIZE >::Slab::~Slab ( )
inline

Definition at line 476 of file allocator.h.

476 {
477 if (memory) {
478 Free(memory);
479 }
480 }
void Free(void *ptr)

References FL_NOEXCEPT, fl::Free(), and memory.

Referenced by fl::SlabAllocator< T, SLAB_SIZE >::createSlab().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: