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

199 {
200 if (memory) {
201 free(memory);
202 }
203 }

References memory.

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

+ Here is the caller graph for this function: