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

197: next(nullptr), memory(nullptr), allocated_count(0) {}

References allocated_count, memory, and next.