Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DAllocator.h264 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
298 static size_t computeSlabSize(unsigned SlabIdx) { in computeSlabSize() function
309 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab()
322 computeSlabSize(std::distance(Slabs.begin(), I)); in DeallocateSlabs()
388 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll()