Searched refs:allocSimple (Results 1 – 7 of 7) sorted by relevance
28 void *operator new(size_t sz) { return Allocator::allocSimple(sz); } in new()
19 static void *allocSimple(size_t);
26 void *operator new(size_t sz) { return Allocator::allocSimple(sz); } in new()
85 void *operator new(size_t sz) { return Allocator::allocSimple(sz); } in new()
48 void *Allocator::allocSimple(size_t sz) in allocSimple() function in SP_NAMESPACE::Allocator
46 return Allocator::allocSimple(sz); in operator new()