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

314: slabs_(nullptr), total_allocated_(0), total_deallocated_(0) {}
fl::size total_allocated_
Definition allocator.h:207
fl::size total_deallocated_
Definition allocator.h:208

References slabs_, total_allocated_, and total_deallocated_.

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

+ Here is the caller graph for this function: