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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
static_vars.cc 50 PageHeap* Static::pageheap_ = NULL; member in class:tcmalloc::Static
68 pageheap_ = new (MetaDataAlloc(sizeof(PageHeap))) PageHeap;
static_vars.h 68 static PageHeap* pageheap() { return pageheap_; }
106 static PageHeap* pageheap_; member in class:tcmalloc::Static
  /external/chromium_org/third_party/tcmalloc/vendor/src/
static_vars.cc 50 PageHeap* Static::pageheap_ = NULL; member in class:tcmalloc::Static
68 pageheap_ = new (MetaDataAlloc(sizeof(PageHeap))) PageHeap;
static_vars.h 68 static PageHeap* pageheap() { return pageheap_; }
106 static PageHeap* pageheap_; member in class:tcmalloc::Static

Completed in 121 milliseconds