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

  /external/chromium/base/
process_util_unittest.cc 319 const int kAllocMB = 20;
320 scoped_array<char> alloc(new char[kAllocMB * 1024 * 1024]);
321 size_t expected_total = free_mem1.total - kAllocMB;
  /external/chromium_org/base/process/
process_util_unittest.cc 425 const int kAllocMB = 20;
426 scoped_ptr<char[]> alloc(new char[kAllocMB * 1024 * 1024]);
427 size_t expected_total = free_mem1.total - kAllocMB;

Completed in 206 milliseconds