Searched refs:je_mallctl (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
H A D | jemalloc.h | 66 # 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 D | jemalloc_FreeBSD.h | 119 #undef je_mallctl 141 #define je_mallctl __mallctl macro
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
H A D | public_namespace.h | 5 #define je_mallctl JEMALLOC_N(mallctl) macro
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | ctl.h | 108 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
|
/freebsd/contrib/jemalloc/src/ |
H A D | stats.c | 1031 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 D | jemalloc.c | 3630 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, in je_mallctl() function
|
/freebsd/contrib/jemalloc/ |
H A D | FREEBSD-diffs | 274 +#undef je_mallctl 297 +#define je_mallctl __mallctl
|