mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 23:33:59 -07:00
8 lines
129 B
C
8 lines
129 B
C
// remove all memory allocation "hooks"
|
|
|
|
#undef new
|
|
#undef delete
|
|
#undef malloc
|
|
#undef calloc
|
|
#undef realloc
|
|
#undef free
|