Home
last modified time | relevance | path

Searched refs:mallctl (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/
DChangeLog26 - Allow arena index lookup based on allocation addresses via mallctl.
34 - Add mallctl interfaces:
118 - Remove mallctl interfaces:
146 arena.<i>.extent_hooks mallctl is used to override the default hooks.
192 merged/destroyed arena statistics via mallctl. (@jasone)
201 - Add mallctl interfaces (various authors):
306 - Remove mallctl interfaces (various authors):
354 - Add --disable-thp and the opt.thp mallctl to provide opt-out mechanisms for
475 - Add the arena.<i>.reset mallctl, which makes it possible to discard all of
528 mallctl API impact. This is an alternative to the existing ratio-based
[all …]
DFREEBSD-diffs41 + <function>mallctl*()</function> functions first appeared in FreeBSD
326 +__weak_reference(__mallctl, mallctl);
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Dpublic_namespace.h5 #define je_mallctl JEMALLOC_N(mallctl)
/freebsd-12-stable/lib/libc/stdlib/jemalloc/
DSymbol.map21 mallctl;
DMakefile.inc35 jemalloc.3 mallctl.3 \
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/
Djemalloc.h63 # define je_mallctl mallctl
367 # define mallctl je_mallctl macro
Djemalloc_FreeBSD.h176 __weak_reference(__mallctl, mallctl);
/freebsd-12-stable/include/
Dmalloc_np.h83 int mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
DProcess.inc107 if (mallctl("stats.allocated", &alloc, &sz, NULL, 0) == 0)