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

  /external/chromium/chrome/browser/task_manager/
task_manager.cc 152 size_t private_mem; local
153 if (!GetPrivateMemory(index, &private_mem))
155 return GetMemCellText(private_mem);
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 114 * When used, the private pool is PRIVATE_MEM bytes long: 2304 bytes,
121 * pointers, PRIVATE_MEM >= 7400 appears to suffice; with 4-byte
122 * pointers, PRIVATE_MEM >= 7112 appears adequate.
225 #ifndef PRIVATE_MEM
226 #define PRIVATE_MEM 2304
228 #define PRIVATE_mem ((unsigned)((PRIVATE_MEM+sizeof(double)-1)/sizeof(double)))
229 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
    [all...]

Completed in 97 milliseconds