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

◆ operator=() [2/2]

template<typename T, fl::size SLAB_SIZE = FASTLED_DEFAULT_SLAB_SIZE>
SlabAllocator & fl::SlabAllocator< T, SLAB_SIZE >::operator= ( SlabAllocator< T, SLAB_SIZE > && other)
inline

Definition at line 608 of file allocator.h.

608 {
609 if (this != &other) {
610 cleanup();
614 other.mSlabs = nullptr;
617 }
618 return *this;
619 }
fl::size mTotalDeallocated
Definition allocator.h:485
void cleanup() FL_NOEXCEPT
Definition allocator.h:681
fl::size mTotalAllocated
Definition allocator.h:484

References SlabAllocator(), cleanup(), FL_NOEXCEPT, mSlabs, mTotalAllocated, and mTotalDeallocated.

+ Here is the call graph for this function: