FastLED
3.9.15
Loading...
Searching...
No Matches
◆
cleanup()
template<typename T, fl::size SLAB_SIZE = FASTLED_DEFAULT_SLAB_SIZE>
void
fl::allocator_slab
< T, SLAB_SIZE >::cleanup
(
)
inline
Definition at line
785
of file
allocator.h
.
785
{
786
// Access the same static allocator instance and clean it up
787
static
SlabAllocator<T, SLAB_SIZE>
allocator
;
788
allocator
.
cleanup
();
789
}
fl::allocator_slab::cleanup
void cleanup() FL_NOEXCEPT
Definition
allocator.h:785
fl::allocator_slab
Definition
allocator.h:695
References
FL_NOEXCEPT
.
fl
allocator_slab
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2