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

◆ SlabAllocator() [1/3]

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

Definition at line 589 of file allocator.h.

589: mSlabs(nullptr), mTotalAllocated(0), mTotalDeallocated(0) {}
fl::size mTotalDeallocated
Definition allocator.h:485
fl::size mTotalAllocated
Definition allocator.h:484

References FL_NOEXCEPT, mSlabs, mTotalAllocated, and mTotalDeallocated.

Referenced by SlabAllocator(), SlabAllocator(), operator=(), and operator=().

+ Here is the caller graph for this function: