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

  /external/chromium/net/disk_cache/
mem_backend_impl.cc 60 int64 total_memory = base::SysInfo::AmountOfPhysicalMemory();
62 if (total_memory <= 0) {
69 total_memory = total_memory * 2 / 100;
70 if (total_memory > kDefaultCacheSize * 5)
73 max_size_ = static_cast<int32>(total_memory);
backend_impl.cc     [all...]
  /external/grub/stage2/
shared.h 437 unsigned short total_memory; member in struct:vbe_controller

Completed in 518 milliseconds