Home
last modified time | relevance | path

Searched refs:je_mallctl (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h
H A Djemalloc_FreeBSD.h
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h
H A Dctl.h108 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
/freebsd-src/contrib/jemalloc/src/
H A Dstats.c1031 if (je_mallctl("opt."name, (void *)&var, &size, NULL, 0) == \ in stats_general_print()
1039 if (je_mallctl("opt."name, (void *)&var1, &size, NULL, 0) == \ in stats_general_print()
1040 0 && je_mallctl(altname, (void *)&var2, &size, NULL, 0) \ in stats_general_print()
1165 if (je_mallctl("arenas.tcache_max", (void *)&sv, &ssz, NULL, 0) == 0) { in stats_general_print()
1414 err = je_mallctl("epoch", (void *)&epoch, &u64sz, (void *)&epoch, in stats_print()
H A Djemalloc.c3630 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, in je_mallctl() function
/freebsd-src/contrib/jemalloc/
H A DFREEBSD-diffs274 +#undef je_mallctl
297 +#define je_mallctl __mallctl