12 #include "omalloc/omConfig.h"
34 void * omallocClass::operator
new(
size_t size,
const std::nothrow_t &)
throw()
41 void * omallocClass::operator
new[](
size_t size,
const std::nothrow_t &)
throw()
44 if (
size==(
size_t)0)
size = (
size_t)1;
#define omTypeAlloc(type, addr, size)