Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h205 __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0)); in Reset()
278 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
314 static size_t computeSlabSize(unsigned SlabIdx) { in computeSlabSize() function
325 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab()
342 computeSlabSize(std::distance(Slabs.begin(), I)); in DeallocateSlabs()
394 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll()
/external/llvm/include/llvm/Support/
DAllocator.h202 __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0)); in Reset()
275 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
311 static size_t computeSlabSize(unsigned SlabIdx) { in computeSlabSize() function
322 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab()
339 computeSlabSize(std::distance(Slabs.begin(), I)); in DeallocateSlabs()
391 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll()