Home
last modified time | relevance | path

Searched refs:JEMALLOC_TEST_JUNK_OPT (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc/test/unit/
Djunk_free.c1 #define JEMALLOC_TEST_JUNK_OPT "junk:free" macro
3 #undef JEMALLOC_TEST_JUNK_OPT
Djunk_alloc.c1 #define JEMALLOC_TEST_JUNK_OPT "junk:alloc" macro
3 #undef JEMALLOC_TEST_JUNK_OPT
Djunk.c4 # ifndef JEMALLOC_TEST_JUNK_OPT
5 # define JEMALLOC_TEST_JUNK_OPT "junk:true" macro
8 "abort:false,zero:false,redzone:true,quarantine:0," JEMALLOC_TEST_JUNK_OPT;