Searched defs:AllocsPerSlab (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dslab_allocator.h549 static constexpr size_t AllocsPerSlab = (SLAB_SIZE - TotalSlabOverhead) / AllocSize; member in class:fbl::internal::SlabAllocator
713 static constexpr size_t AllocsPerSlab = BaseAllocatorType::AllocsPerSlab; member in class:fbl::SlabAllocator
850 static constexpr size_t AllocsPerSlab = InternalAllocatorType::AllocsPerSlab; member in class:fbl::SlabAllocator

Completed in 28 milliseconds