Searched refs:DefaultSysAllocator (Results 1 – 2 of 2) sorted by relevance
165 class DefaultSysAllocator : public SysAllocator { class167 DefaultSysAllocator() : SysAllocator() { in DefaultSysAllocator() function in DefaultSysAllocator190 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()
308 class DefaultSysAllocator : public SysAllocator { class310 DefaultSysAllocator() : SysAllocator() { in DefaultSysAllocator() function in DefaultSysAllocator333 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()