Searched refs:mallctl (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/jemalloc/ |
| D | ChangeLog | 26 - 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 …]
|
| D | FREEBSD-diffs | 41 + <function>mallctl*()</function> functions first appeared in FreeBSD 326 +__weak_reference(__mallctl, mallctl);
|
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/ |
| D | public_namespace.h | 5 #define je_mallctl JEMALLOC_N(mallctl)
|
| /freebsd-12-stable/lib/libc/stdlib/jemalloc/ |
| D | Symbol.map | 21 mallctl;
|
| D | Makefile.inc | 35 jemalloc.3 mallctl.3 \
|
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/ |
| D | jemalloc.h | 63 # define je_mallctl mallctl 367 # define mallctl je_mallctl macro
|
| D | jemalloc_FreeBSD.h | 176 __weak_reference(__mallctl, mallctl);
|
| /freebsd-12-stable/include/ |
| D | malloc_np.h | 83 int mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | Process.inc | 107 if (mallctl("stats.allocated", &alloc, &sz, NULL, 0) == 0)
|