mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-11 01:57:19 +00:00
28602d600d
This was SVN commit r1895.
13 lines
176 B
C
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
|