Home
last modified time | relevance | path

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

/external/chromium_org/third_party/tcmalloc/vendor/src/
Dsystem-alloc.cc165 class DefaultSysAllocator : public SysAllocator { class
167 DefaultSysAllocator() : SysAllocator() { in DefaultSysAllocator() function in DefaultSysAllocator
190 static char default_space[sizeof(DefaultSysAllocator)];
426 void* DefaultSysAllocator::Alloc(size_t size, size_t *actual_size, in Alloc()
457 DefaultSysAllocator *sdef = new (default_space) DefaultSysAllocator(); in InitSystemAllocators()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dsystem-alloc.cc308 class DefaultSysAllocator : public SysAllocator { class
310 DefaultSysAllocator() : SysAllocator() { in DefaultSysAllocator() function in DefaultSysAllocator
333 static char default_space[sizeof(DefaultSysAllocator)];
563 void* DefaultSysAllocator::Alloc(size_t size, size_t *actual_size, in Alloc()
594 DefaultSysAllocator *sdef = new (default_space) DefaultSysAllocator(); in InitSystemAllocators()