Home
last modified time | relevance | path

Searched refs:sbrk_space (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
Dsystem-alloc.cc148 static char sbrk_space[sizeof(SbrkSysAllocator)]; variable
448 SbrkSysAllocator *sbrk = new (sbrk_space) SbrkSysAllocator(); in InitSystemAllocators()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dsystem-alloc.cc291 static char sbrk_space[sizeof(SbrkSysAllocator)]; variable
585 SbrkSysAllocator *sbrk = new (sbrk_space) SbrkSysAllocator(); in InitSystemAllocators()