Searched defs:DefaultSysAllocator (Results 1 - 2 of 2) sorted by relevance

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

Completed in 708 milliseconds