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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 149 bool GetNextRange(PageID start, base::MallocRange* r);
page_heap.cc 427 bool PageHeap::GetNextRange(PageID start, base::MallocRange* r) {
tcmalloc.cc 574 if (!Static::pageheap()->GetNextRange(page, &ranges[n])) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 141 bool GetNextRange(PageID start, base::MallocRange* r);
page_heap.cc 366 bool PageHeap::GetNextRange(PageID start, base::MallocRange* r) {
tcmalloc.cc 546 if (!Static::pageheap()->GetNextRange(page, &ranges[n])) {
    [all...]

Completed in 643 milliseconds