Searched refs:AllocatedSlabSize (Results 1 – 1 of 1) sorted by relevance
332 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab() local335 AllocatorT::Allocate(AllocatedSlabSize, alignof(std::max_align_t)); in StartNewSlab()338 __asan_poison_memory_region(NewSlab, AllocatedSlabSize); in StartNewSlab()342 End = ((char *)NewSlab) + AllocatedSlabSize; in StartNewSlab()349 size_t AllocatedSlabSize = in DeallocateSlabs() local351 AllocatorT::Deallocate(*I, AllocatedSlabSize, alignof(std::max_align_t)); in DeallocateSlabs()406 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll() local410 : (char *)*I + AllocatedSlabSize; in DestroyAll()