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

◆ getTotalAllocated()

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

Definition at line 392 of file allocator.h.

392{ return total_allocated_; }
fl::size total_allocated_
Definition allocator.h:207

References total_allocated_.