OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TotalMemory
(Results
1 - 3
of
3
) 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
;
Completed in 72 milliseconds