Searched refs:AllocatedSlabSize (Results 1 – 1 of 1) sorted by relevance
399 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab() local401 void *NewSlab = Allocator.Allocate(AllocatedSlabSize, 0); in StartNewSlab()404 __asan_poison_memory_region(NewSlab, AllocatedSlabSize); in StartNewSlab()408 End = ((char *)NewSlab) + AllocatedSlabSize; in StartNewSlab()415 size_t AllocatedSlabSize = in DeallocateSlabs() local417 Allocator.Deallocate(*I, AllocatedSlabSize); in DeallocateSlabs()472 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll() local476 : (char *)*I + AllocatedSlabSize; in DestroyAll()