OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phys_mem
(Results
1 - 3
of
3
) sorted by null
/external/fio/
memory.c
28
unsigned long long
phys_mem
;
local
38
phys_mem
= os_phys_mem();
39
if (
phys_mem
) {
40
if ((td->o.lockmem + 128 * 1024 * 1024) >
phys_mem
) {
41
td->o.lockmem =
phys_mem
- 128 * 1024 * 1024;
/external/chromium_org/components/component_updater/
component_updater_utils.cc
37
const int64_t
phys_mem
= base::SysInfo::AmountOfPhysicalMemory();
local
38
return static_cast<int>(std::floor(0.5 +
phys_mem
/ kOneGB));
/external/chromium_org/chrome/browser/task_manager/
task_manager.cc
457
size_t
phys_mem
;
local
458
GetPhysicalMemory(index, &
phys_mem
);
459
return GetMemCellText(
phys_mem
);
[
all
...]
Completed in 61 milliseconds