allocate(fl::size n=1) | fl::SlabAllocator< T, SLAB_SIZE > | inline |
allocateFromSlab(fl::size n=1) | fl::SlabAllocator< T, SLAB_SIZE > | inlineprivate |
BLOCK_SIZE | fl::SlabAllocator< T, SLAB_SIZE > | privatestatic |
BLOCKS_PER_SLAB | fl::SlabAllocator< T, SLAB_SIZE > | privatestatic |
cleanup() | fl::SlabAllocator< T, SLAB_SIZE > | inline |
createSlab() | fl::SlabAllocator< T, SLAB_SIZE > | inlineprivate |
deallocate(T *ptr, fl::size n=1) | fl::SlabAllocator< T, SLAB_SIZE > | inline |
deallocateToSlab(void *ptr, fl::size n=1) | fl::SlabAllocator< T, SLAB_SIZE > | inlineprivate |
findContiguousBlocks(Slab *slab, fl::size n) | fl::SlabAllocator< T, SLAB_SIZE > | inlineprivate |
getActiveAllocations() const | fl::SlabAllocator< T, SLAB_SIZE > | inline |
getSlabCount() const | fl::SlabAllocator< T, SLAB_SIZE > | inline |
getTotalAllocated() const | fl::SlabAllocator< T, SLAB_SIZE > | inline |
getTotalDeallocated() const | fl::SlabAllocator< T, SLAB_SIZE > | inline |
operator=(const SlabAllocator &)=delete | fl::SlabAllocator< T, SLAB_SIZE > | |
operator=(SlabAllocator &&other) noexcept | fl::SlabAllocator< T, SLAB_SIZE > | inline |
SLAB_MEMORY_SIZE | fl::SlabAllocator< T, SLAB_SIZE > | privatestatic |
SlabAllocator() | fl::SlabAllocator< T, SLAB_SIZE > | inline |
SlabAllocator(const SlabAllocator &)=delete | fl::SlabAllocator< T, SLAB_SIZE > | |
SlabAllocator(SlabAllocator &&other) noexcept | fl::SlabAllocator< T, SLAB_SIZE > | inline |
slabs_ | fl::SlabAllocator< T, SLAB_SIZE > | private |
total_allocated_ | fl::SlabAllocator< T, SLAB_SIZE > | private |
total_deallocated_ | fl::SlabAllocator< T, SLAB_SIZE > | private |
~SlabAllocator() | fl::SlabAllocator< T, SLAB_SIZE > | inline |