Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h138 __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0)); in Reset()
232 if (P >= S && P < S + computeSlabSize(Idx)) in identifyObject()
234 InSlabIdx += static_cast<int64_t>(computeSlabSize(Idx)); in identifyObject()
279 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
320 static size_t computeSlabSize(unsigned SlabIdx) { in computeSlabSize() function
332 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab()
350 computeSlabSize(std::distance(Slabs.begin(), I)); in DeallocateSlabs()
406 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll()