Searched refs:pageheap_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstatic_vars.cc50 PageHeap* Static::pageheap_ = NULL; member in class:tcmalloc::Static
68 pageheap_ = new (MetaDataAlloc(sizeof(PageHeap))) PageHeap;
H A Dstatic_vars.h68 static PageHeap* pageheap() { return pageheap_; }
106 static PageHeap* pageheap_; member in class:tcmalloc::Static
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstatic_vars.cc50 PageHeap* Static::pageheap_ = NULL; member in class:tcmalloc::Static
68 pageheap_ = new (MetaDataAlloc(sizeof(PageHeap))) PageHeap;
H A Dstatic_vars.h68 static PageHeap* pageheap() { return pageheap_; }
106 static PageHeap* pageheap_; member in class:tcmalloc::Static

Completed in 171 milliseconds