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

◆ total_size()

template<typename T, fl::size N, typename BaseAllocator = fl::allocator<T>>
fl::size fl::allocator_inlined< T, N, BaseAllocator >::total_size ( ) const
inline

Definition at line 986 of file allocator.h.

986 {
987 return mActiveAllocations;
988 }
fl::size mActiveAllocations
Definition allocator.h:821