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 148 size_t TotalMemory = 0;
150 TotalMemory += Slab->Size;
152 return TotalMemory;
157 size_t TotalMemory = 0;
159 TotalMemory += Slab->Size;
165 << "Bytes allocated: " << TotalMemory << '\n'
166 << "Bytes wasted: " << (TotalMemory - BytesAllocated)
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 29 short TotalMemory; /* Number of 64kb memory blocks */
  /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...]
  /external/quake/quake/src/WinQuake/
vid_ext.cpp 104 byte TotalMemory[2];
324 totalvidmem = *(unsigned short *)&pinfoblock->TotalMemory[0] << 16;

Completed in 72 milliseconds