Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAllocator.cpp22 size_t TotalMemory) { in printBumpPtrAllocatorStats() argument
25 << "Bytes allocated: " << TotalMemory << '\n' in printBumpPtrAllocatorStats()
26 << "Bytes wasted: " << (TotalMemory - BytesAllocated) in printBumpPtrAllocatorStats()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAllocator.h121 size_t TotalMemory);
342 size_t TotalMemory = 0; in getTotalMemory() local
344 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
346 TotalMemory += PtrAndSize.second; in getTotalMemory()
347 return TotalMemory; in getTotalMemory()
/freebsd-12.1/sys/dev/drm2/radeon/
H A Datombios.h6394 USHORT TotalMemory; member