FastLED
3.9.15
Loading...
Searching...
No Matches
◆
getActiveAllocations()
template<typename T, fl::size SLAB_SIZE = FASTLED_DEFAULT_SLAB_SIZE>
fl::size
fl::SlabAllocator
< T, SLAB_SIZE >::getActiveAllocations
(
)
const
inline
Definition at line
394
of file
allocator.h
.
394
{
return
total_allocated_
-
total_deallocated_
; }
fl::SlabAllocator::total_allocated_
fl::size total_allocated_
Definition
allocator.h:207
fl::SlabAllocator::total_deallocated_
fl::size total_deallocated_
Definition
allocator.h:208
References
total_allocated_
, and
total_deallocated_
.
fl
SlabAllocator
Generated on Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2