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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
static_vars.h 68 static PageHeap* pageheap() { return pageheap_; } function in class:tcmalloc::Static
106 static PageHeap* pageheap_;
tcmalloc.cc 78 // or allocated. If free, it is in one of pageheap's freelist.
125 #include "page_heap.h" // for PageHeap, PageHeap::Stats
162 using tcmalloc::PageHeap;
320 PageHeap::Stats pageheap; // Stats from page heap member in struct:TCMallocStats
325 PageHeap::SmallSpanStats* small_spans,
326 PageHeap::LargeSpanStats* large_spans) {
347 r->pageheap = Static::pageheap()->stats()
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
static_vars.h 68 static PageHeap* pageheap() { return pageheap_; } function in class:tcmalloc::Static
106 static PageHeap* pageheap_;
tcmalloc.cc 78 // or allocated. If free, it is in one of pageheap's freelist.
125 #include "page_heap.h" // for PageHeap, PageHeap::Stats
172 using tcmalloc::PageHeap;
311 PageHeap::Stats pageheap; // Stats from page heap member in struct:TCMallocStats
316 PageHeap::SmallSpanStats* small_spans,
317 PageHeap::LargeSpanStats* large_spans) {
337 r->pageheap = Static::pageheap()->stats()
    [all...]

Completed in 50 milliseconds