diff options
Diffstat (limited to 'test/unit/prof_idump.c')
-rw-r--r-- | test/unit/prof_idump.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/unit/prof_idump.c b/test/unit/prof_idump.c index 1fed7b3..1cc6c98 100644 --- a/test/unit/prof_idump.c +++ b/test/unit/prof_idump.c @@ -1,18 +1,5 @@ #include "test/jemalloc_test.h" -const char *malloc_conf = "" -#ifdef JEMALLOC_PROF - "prof:true,prof_accum:true,prof_active:false,lg_prof_sample:0" - ",lg_prof_interval:0" -# ifdef JEMALLOC_TCACHE - "," -# endif -#endif -#ifdef JEMALLOC_TCACHE - "tcache:false" -#endif - ; - static bool did_prof_dump_open; static int |