Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAllocator.cpp21 size_t TotalMemory) { in printBumpPtrAllocatorStats() argument
24 << "Bytes allocated: " << TotalMemory << '\n' in printBumpPtrAllocatorStats()
25 << "Bytes wasted: " << (TotalMemory - BytesAllocated) in printBumpPtrAllocatorStats()
/external/llvm/lib/Support/
DAllocator.cpp22 size_t TotalMemory) { in printBumpPtrAllocatorStats() argument
25 << "Bytes allocated: " << TotalMemory << '\n' in printBumpPtrAllocatorStats()
26 << "Bytes wasted: " << (TotalMemory - BytesAllocated) in printBumpPtrAllocatorStats()
/external/llvm-project/llvm/lib/Support/
DAllocator.cpp21 size_t TotalMemory) { in printBumpPtrAllocatorStats() argument
24 << "Bytes allocated: " << TotalMemory << '\n' in printBumpPtrAllocatorStats()
25 << "Bytes wasted: " << (TotalMemory - BytesAllocated) in printBumpPtrAllocatorStats()
/external/llvm/include/llvm/Support/
DAllocator.h116 size_t TotalMemory);
273 size_t TotalMemory = 0; in getTotalMemory() local
275 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
277 TotalMemory += PtrAndSize.second; in getTotalMemory()
278 return TotalMemory; in getTotalMemory()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h118 size_t TotalMemory);
276 size_t TotalMemory = 0; in getTotalMemory() local
278 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
280 TotalMemory += PtrAndSize.second; in getTotalMemory()
281 return TotalMemory; in getTotalMemory()
/external/llvm-project/llvm/include/llvm/Support/
DAllocator.h44 size_t TotalMemory);
275 size_t TotalMemory = 0; in getTotalMemory() local
277 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
279 TotalMemory += PtrAndSize.second; in getTotalMemory()
280 return TotalMemory; in getTotalMemory()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAllocator.h121 size_t TotalMemory);
346 size_t TotalMemory = 0; in getTotalMemory() local
348 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
350 TotalMemory += PtrAndSize.second; in getTotalMemory()
351 return TotalMemory; in getTotalMemory()