Searched refs:MALLCTL_ARENAS_ALL (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/include/
H A Dmalloc_np.h80 #define MALLCTL_ARENAS_ALL 4096 macro
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h131 * mallctl("arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".purge", NULL, NULL, NULL,
134 #define MALLCTL_ARENAS_ALL 4096 macro
/freebsd-13-stable/contrib/jemalloc/src/
H A Dctl.c687 case MALLCTL_ARENAS_ALL:
698 * than via MALLCTL_ARENAS_ALL. This is scheduled for
1046 ctl_arena_t *ctl_sarena = arenas_i(MALLCTL_ARENAS_ALL);
1154 if ((ctl_sarena = arenas_i_impl(tsd, MALLCTL_ARENAS_ALL, false,
2065 if (arena_ind == MALLCTL_ARENAS_ALL || arena_ind == narenas) {
2281 if (arena_ind == MALLCTL_ARENAS_ALL || arena_ind ==
2469 case MALLCTL_ARENAS_ALL:
H A Dstats.c1357 stats_arena_print(emitter, MALLCTL_ARENAS_ALL, bins,

Completed in 67 milliseconds