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

◆ cleanup_base_allocator_impl() [2/2]

template<typename T, fl::size N, typename BaseAllocator = fl::allocator<T>>
void fl::allocator_inlined< T, N, BaseAllocator >::cleanup_base_allocator_impl ( fl::true_type )
inlineprivate

Definition at line 1023 of file allocator.h.

1023 {
1024 mBaseAllocator.cleanup();
1025 }
BaseAllocator mBaseAllocator
Definition allocator.h:818

Referenced by fl::allocator_inlined< U, N, typename BaseAllocator::template rebind< U >::other >::cleanup_base_allocator().

+ Here is the caller graph for this function: