HomeSort by relevance Sort by last modified time
    Searched refs:total_memory (Results 1 - 7 of 7) 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/chromium_org/net/disk_cache/
mem_backend_impl.cc 59 int64 total_memory = base::SysInfo::AmountOfPhysicalMemory();
61 if (total_memory <= 0) {
68 total_memory = total_memory * 2 / 100;
69 if (total_memory > kDefaultCacheSize * 5)
72 max_size_ = static_cast<int32>(total_memory);
backend_impl.cc     [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc     [all...]
  /external/grub/stage2/
shared.h 437 unsigned short total_memory; member in struct:vbe_controller
  /art/runtime/gc/
heap.cc 1281 const size_t total_memory = GetTotalMemory(); local
    [all...]

Completed in 105 milliseconds