Definition at line 167 of file m2-mem.cpp.
168{
171#ifdef MEMDEBUG
172 p = M2_debug_malloc_atomic(n);
173#else
174 p =
reinterpret_cast<char*
>(GC_MALLOC_ATOMIC(n));
175#endif
178#ifndef NDEBUG
180#endif
183}
static void exit_getmem()
static void enter_getmem()
void outofmem2(size_t newsize)
References enter_getmem(), exit_getmem(), outofmem2(), p, and trapchk().