Home
last modified time | relevance | path

Searched refs:allocSimple (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DInternalInputSource.h28 void *operator new(size_t sz) { return Allocator::allocSimple(sz); } in new()
H A DAllocator.h19 static void *allocSimple(size_t);
H A DOpenElement.h26 void *operator new(size_t sz) { return Allocator::allocSimple(sz); } in new()
H A DEvent.h85 void *operator new(size_t sz) { return Allocator::allocSimple(sz); } in new()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DUndo.h26 void *operator new(size_t sz) { return Allocator::allocSimple(sz); } in new()
H A DAllocator.cxx48 void *Allocator::allocSimple(size_t sz) in allocSimple() function in SP_NAMESPACE::Allocator
H A DLocation.cxx46 return Allocator::allocSimple(sz); in operator new()