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

393{ return total_deallocated_; }
fl::size total_deallocated_
Definition allocator.h:208

References total_deallocated_.