1
0
forked from 0ad/0ad
0ad/source/lib/nommgr.h

9 lines
129 B
C

// remove all memory allocation "hooks"
#undef new
#undef delete
#undef malloc
#undef calloc
#undef realloc
#undef free