12#include "omalloc/omConfig.h"
34void * omallocClass::operator
new(
size_t size,
const std::nothrow_t &)
throw()
41void * 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)