Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h66 # define je_mallctl mallctl macro
261 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctl(const char *name,
378 # define mallctl je_mallctl
410 # undef je_mallctl
H A Djemalloc_FreeBSD.h119 #undef je_mallctl
141 #define je_mallctl __mallctl macro
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h5 #define je_mallctl JEMALLOC_N(mallctl) macro
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h108 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
/freebsd/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/contrib/jemalloc/
H A DFREEBSD-diffs274 +#undef je_mallctl
297 +#define je_mallctl __mallctl