mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-10 03:18:50 +08:00
16 lines
228 B
C
16 lines
228 B
C
#ifdef MEM_OVERRIDE_ON
|
|
|
|
#undef malloc
|
|
#undef realloc
|
|
#undef calloc
|
|
#undef free
|
|
#undef _expand
|
|
#undef _msize
|
|
#undef new
|
|
#undef _aligned_malloc
|
|
#undef _aligned_free
|
|
#undef _malloc_dbg
|
|
|
|
#undef MEM_OVERRIDE_ON
|
|
|
|
#endif |