mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-13 16:36:21 +03:00
Add MALLCTL_ARENAS_DESTROYED for accessing destroyed arena stats as an analogue to MALLCTL_ARENAS_ALL. This resolves #382.
5 lines
142 B
C
5 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"
|