FastLED
3.9.15
Loading...
Searching...
No Matches
◆
getSlabCount()
template<typename T, fl::size SLAB_SIZE = FASTLED_DEFAULT_SLAB_SIZE>
fl::size
fl::SlabAllocator
< T, SLAB_SIZE >::getSlabCount
(
)
const
inline
Definition at line
397
of file
allocator.h
.
397
{
398
fl::size
count
= 0;
399
for
(
Slab
*
slab
=
slabs_
;
slab
;
slab
=
slab
->next) {
400
++
count
;
401
}
402
return
count
;
403
}
fl::SlabAllocator::slabs_
Slab * slabs_
Definition
allocator.h:206
fl::SlabAllocator
Definition
allocator.h:183
fl::SlabAllocator::Slab
Definition
allocator.h:191
References
slabs_
.
fl
SlabAllocator
Generated on Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2