Home
last modified time | relevance | path

Searched refs:AllocatedSlabSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h342 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab() local
344 void *NewSlab = this->getAllocator().Allocate(AllocatedSlabSize, in StartNewSlab()
348 __asan_poison_memory_region(NewSlab, AllocatedSlabSize); in StartNewSlab()
352 End = ((char *)NewSlab) + AllocatedSlabSize; in StartNewSlab()
359 size_t AllocatedSlabSize = in DeallocateSlabs() local
361 this->getAllocator().Deallocate(*I, AllocatedSlabSize, in DeallocateSlabs()
417 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll() local
421 : (char *)*I + AllocatedSlabSize; in DestroyAll()