32 void * omallocClass::operator
new(
size_t size,
const std::nothrow_t &)
throw()
39 void * omallocClass::operator
new[](
size_t size,
const std::nothrow_t &)
throw()
42 if (
size==(
size_t)0)
size = (
size_t)1;
#define omTypeAlloc(type, addr, size)