Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAllocator.cpp21 size_t TotalMemory) { in printBumpPtrAllocatorStats() argument
24 << "Bytes allocated: " << TotalMemory << '\n' in printBumpPtrAllocatorStats()
25 << "Bytes wasted: " << (TotalMemory - BytesAllocated) in printBumpPtrAllocatorStats()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAllocator.h40 size_t TotalMemory);
282 size_t TotalMemory = 0; in getTotalMemory() local
284 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
286 TotalMemory += PtrAndSize.second; in getTotalMemory()
287 return TotalMemory; in getTotalMemory()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Datombios.h6862 USHORT TotalMemory; member
/openbsd-src/sys/dev/pci/drm/amd/include/
H A Datombios.h8150 USHORT TotalMemory; member