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

◆ allocator_inlined() [2/3]

template<typename T, fl::size N, typename BaseAllocator = fl::allocator<T>>
fl::allocator_inlined< T, N, BaseAllocator >::allocator_inlined ( const allocator_inlined< T, N, BaseAllocator > & other)
inlinenoexcept

Definition at line 559 of file allocator.h.

559 {
560 // Copy inlined data
562 for (fl::size i = 0; i < m_inlined_used; ++i) {
564 }
565
566 // Copy free bits
568
569 // Note: Heap allocations are not copied, only inlined data
570
571 // Copy active allocations count
573 }
fl::bitset_fixed< N > m_free_bits
Definition allocator.h:536
fl::size m_active_allocations
Definition allocator.h:537