Searched refs:mallctl (Results 1 – 14 of 14) sorted by relevance
| /src/contrib/jemalloc/ |
| H A D | ChangeLog | 16 - Add the thread.idle mallctl which hints that the calling thread will be 25 - Add the thread.peak mallctl for approximate per-thread peak memory tracking. 38 - Add mallctl interfaces: 60 - Fix the locking on the arena destroy mallctl, which could cause concurrent 162 - Add mallctl interfaces: 262 - Allow arena index lookup based on allocation addresses via mallctl. 270 - Add mallctl interfaces: 354 - Remove mallctl interfaces: 382 arena.<i>.extent_hooks mallctl is used to override the default hooks. 428 merged/destroyed arena statistics via mallctl. (@jasone) [all …]
|
| H A D | FREEBSD-diffs | 41 + <function>mallctl*()</function> functions first appeared in FreeBSD 341 +__weak_reference(__mallctl, mallctl);
|
| H A D | Makefile.in | 235 $(srcroot)test/unit/mallctl.c \ 333 $(srcroot)test/stress/mallctl.c \
|
| H A D | configure.ac | 1059 public_syms="aligned_alloc calloc dallocx free mallctl mallctlbymib mallctlnametomib malloc malloc_…
|
| /src/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc_macros.h.in | 37 * "stats.arenas.<i>.*" mallctl interfaces to select all arenas. This 44 * mallctl("arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".purge", NULL, NULL, NULL, 49 * Use as arena index in "stats.arenas.<i>.*" mallctl interfaces to select
|
| H A D | jemalloc_protos.h.in | 45 JEMALLOC_EXPORT int JEMALLOC_NOTHROW @je_@mallctl(const char *name,
|
| /src/lib/libc/stdlib/malloc/ |
| H A D | Symbol.map | 17 mallctl;
|
| /src/contrib/jemalloc/doc/ |
| H A D | stylesheet.xsl | 7 <xsl:template match="mallctl"> matchedTemplate
|
| /src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
| H A D | public_namespace.h | 5 #define je_mallctl JEMALLOC_N(mallctl)
|
| /src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 72 # define je_mallctl mallctl 411 # define mallctl je_mallctl macro
|
| H A D | jemalloc_FreeBSD.h | 186 __weak_reference(__mallctl, mallctl);
|
| /src/lib/libc/stdlib/malloc/jemalloc/ |
| H A D | Makefile.inc | 38 jemalloc.3 mallctl.3 \
|
| /src/include/ |
| H A D | malloc_np.h | 81 int mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp,
|
| /src/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Process.inc | 110 if (mallctl("stats.allocated", &alloc, &sz, NULL, 0) == 0)
|