Searched refs:je_mallctl (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h69 JEMALLOC_EXPORT int je_mallctl(const char *name, void *oldp,
109 #define mallctl je_mallctl
141 #undef je_mallctl macro
H A Djemalloc_defs.h25 #define je_mallctl mallctl macro
/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h85 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
/freebsd-10.1-release/contrib/jemalloc/src/
H A Dstats.c290 err = je_mallctl("epoch", &epoch, &u64sz, &epoch, sizeof(uint64_t));
349 if ((err = je_mallctl("opt."#n, &bv, &bsz, NULL, 0)) \
355 if ((err = je_mallctl("opt."#n, &sv, &ssz, NULL, 0)) \
361 if ((err = je_mallctl("opt."#n, &ssv, &sssz, NULL, 0)) \
367 if ((err = je_mallctl("opt."#n, &cpv, &cpsz, NULL, 0)) \
428 if ((err = je_mallctl("arenas.tcache_max", &sv, &ssz, NULL, 0))
433 if ((err = je_mallctl("opt.prof", &bv, &bsz, NULL, 0)) == 0 &&
H A Djemalloc.c1370 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, function

Completed in 64 milliseconds