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 741 of file allocator.h.

741 {
742 m_base_allocator.cleanup();
743 }
BaseAllocator m_base_allocator
Definition allocator.h:534

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

+ Here is the caller graph for this function: