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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 363 static const double MiB = 1048576.0;
382 "MALLOC: %12" PRIu64 " (%7.1f MiB) Bytes in use by application\n"
383 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in page heap freelist\n"
384 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in central cache freelist\n"
385 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in transfer cache freelist\n"
386 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in thread cache freelists\n"
387 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in malloc metadata\n"
389 "MALLOC: = %12" PRIu64 " (%7.1f MiB) Actual memory used (physical + swap)\n"
390 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes released to OS (aka unmapped)\n"
392 "MALLOC: = %12" PRIu64 " (%7.1f MiB) Virtual address space used\n
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 373 static const double MiB = 1048576.0;
391 "WASTE: %7.1f MiB bytes in use\n"
392 "WASTE: + %7.1f MiB committed but not used\n"
394 "WASTE: = %7.1f MiB bytes committed\n"
396 bytes_in_use_by_app / MiB,
397 (stats.pageheap.committed_bytes - bytes_in_use_by_app) / MiB,
398 stats.pageheap.committed_bytes / MiB,
407 "MALLOC: %12" PRIu64 " (%7.1f MiB) Bytes in use by application\n"
408 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in page heap freelist\n"
409 "MALLOC: + %12" PRIu64 " (%7.1f MiB) Bytes in central cache freelist\n
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 222 milliseconds