mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 15:11:41 +03:00
In addition to true/false, opt.junk can now be either "alloc" or "free", giving applications the possibility of junking memory only on allocation or deallocation. This resolves #172.
3 lines
91 B
C
3 lines
91 B
C
#define JEMALLOC_TEST_JUNK_OPT "junk:free"
|
|
#include "junk.c"
|
|
#undef JEMALLOC_TEST_JUNK_OPT
|