mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-21 07:43:59 -07:00
12 lines
176 B
C
12 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
|