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

◆ getTotalDeallocated()

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

Definition at line 668 of file allocator.h.

668{ return mTotalDeallocated; }
fl::size mTotalDeallocated
Definition allocator.h:485

References FL_NOEXCEPT, and mTotalDeallocated.