edf1bafb2b
Add MALLCTL_ARENAS_DESTROYED for accessing destroyed arena stats as an analogue to MALLCTL_ARENAS_ALL. This resolves #382.
6 lines
142 B
C
6 lines
142 B
C
#include "test/jemalloc_test.h"
|
|
#define ARENA_RESET_PROF_C_
|
|
|
|
const char *malloc_conf = "prof:true,lg_prof_sample:0";
|
|
#include "arena_reset.c"
|