1
0
forked from 0ad/0ad
0ad/source/lib/nommgr.h
olsner 28602d600d mmgr ported to linux
This was SVN commit r1895.
2005-02-02 17:01:33 +00:00

13 lines
176 B
C

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