2c5cb613df
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.
4 lines
91 B
C
4 lines
91 B
C
#define JEMALLOC_TEST_JUNK_OPT "junk:free"
|
|
#include "junk.c"
|
|
#undef JEMALLOC_TEST_JUNK_OPT
|