mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-07 14:23:04 +03:00
Remove quarantine support.
This commit is contained in:
parent
9a8add1510
commit
ba5c709517
24 changed files with 51 additions and 519 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# define JEMALLOC_TEST_JUNK_OPT "junk:true"
|
||||
# endif
|
||||
const char *malloc_conf =
|
||||
"abort:false,zero:false,redzone:true,quarantine:0," JEMALLOC_TEST_JUNK_OPT;
|
||||
"abort:false,zero:false,redzone:true," JEMALLOC_TEST_JUNK_OPT;
|
||||
#endif
|
||||
|
||||
static arena_dalloc_junk_small_t *arena_dalloc_junk_small_orig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue