HomeSort by relevance Sort by last modified time
    Searched refs:TotalMemory (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Support/
Allocator.cpp 27 size_t TotalMemory) {
30 << "Bytes allocated: " << TotalMemory << '\n'
31 << "Bytes wasted: " << (TotalMemory - BytesAllocated)
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 29 short TotalMemory; /* Number of 64kb memory blocks */
  /external/llvm/include/llvm/Support/
Allocator.h 113 size_t TotalMemory);
259 size_t TotalMemory = 0;
261 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I));
263 TotalMemory += PtrAndSize.second;
264 return TotalMemory;
  /external/qemu-pc-bios/vgabios/
vbe.h 31 Bit16u TotalMemory;
vbe.c 836 vbe_info_block.TotalMemory = inw(VBE_DISPI_IOPORT_DATA);
864 (size_64k <= vbe_info_block.TotalMemory)) {
    [all...]

Completed in 88 milliseconds