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

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h 180 // Number of bytes in free, unmapped pages in page heap.
348 // size-class is returned. Never unmapped.
353 // "tcmalloc.thread" - tcmalloc's per-thread caches. Never unmapped.
389 UNMAPPED, // Backing physical memory has been returned to the OS
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h 200 // Number of bytes in free, unmapped pages in page heap.
361 // size-class is returned. Never unmapped.
366 // "tcmalloc.thread" - tcmalloc's per-thread caches. Never unmapped.
402 UNMAPPED, // Backing physical memory has been returned to the OS
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tblcoll.h 705 /* unmapped character values */
706 UNMAPPED = 0xFFFFFFFF,
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 809 // may have already moved us to UNMAPPED state instead (this happens in
812 r->type == base::MallocRange::UNMAPPED);
847 CheckRangeCallback(a, base::MallocRange::UNMAPPED, MB);
850 CheckRangeCallback(a, base::MallocRange::UNMAPPED, MB);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 809 // may have already moved us to UNMAPPED state instead (this happens in
812 r->type == base::MallocRange::UNMAPPED);
847 CheckRangeCallback(a, base::MallocRange::UNMAPPED, MB);
850 CheckRangeCallback(a, base::MallocRange::UNMAPPED, MB);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 449 r->type = base::MallocRange::UNMAPPED;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 388 r->type = base::MallocRange::UNMAPPED;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 264 milliseconds