Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAllocator.cpp140 size_t TotalMemory = 0; in getTotalMemory() local
142 TotalMemory += Slab->Size; in getTotalMemory()
144 return TotalMemory; in getTotalMemory()
149 size_t TotalMemory = 0; in PrintStats() local
151 TotalMemory += Slab->Size; in PrintStats()
157 << "Bytes allocated: " << TotalMemory << '\n' in PrintStats()
158 << "Bytes wasted: " << (TotalMemory - BytesAllocated) in PrintStats()
/external/swiftshader/third_party/llvm-7.0/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/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/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/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-7.0/llvm/include/llvm/Support/
DAllocator.h120 size_t TotalMemory);
287 size_t TotalMemory = 0; in getTotalMemory() local
289 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
291 TotalMemory += PtrAndSize.second; in getTotalMemory()
292 return TotalMemory; in getTotalMemory()