Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAllocator.h399 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab() local
401 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() local
417 Allocator.Deallocate(*I, AllocatedSlabSize); in DeallocateSlabs()
472 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll() local
476 : (char *)*I + AllocatedSlabSize; in DestroyAll()