Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h44 size_t TotalMemory);
277 size_t TotalMemory = 0; in getTotalMemory() local
279 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
281 TotalMemory += PtrAndSize.second; in getTotalMemory()
282 return TotalMemory; in getTotalMemory()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dvbe.h37 uint16_t TotalMemory; member
/netbsd-src/sys/arch/prep/include/
H A Dresidual.h304 unsigned long TotalMemory; /* Total amount of memory installed */ member
/netbsd-src/sys/arch/prep/prep/
H A Dmachdep.c146 u_long memsize = res->TotalMemory; in initppc()
H A Dresidual.c434 be32toh(res->TotalMemory) ,be32toh(res->TotalMemory)); in print_residual_device_info()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Datombios.h6864 USHORT TotalMemory; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datombios.h8134 USHORT TotalMemory; member