Definition at line 112 of file m2-mem.cpp.
113{
116#ifdef MEMDEBUG
117 p = M2_debug_malloc(n);
118#else
119 p =
reinterpret_cast<char*
>(GC_MALLOC(n));
120#endif
122#ifdef MEMDEBUG
124#else
125
126
127#endif
128 #ifndef NDEBUG
130 #endif
133}
static void exit_getmem()
static void enter_getmem()
void outofmem2(size_t newsize)
References enter_getmem(), exit_getmem(), outofmem2(), p, and trapchk().