Home
last modified time | relevance | path

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

/src/contrib/jemalloc/
H A DChangeLog16 - 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 DFREEBSD-diffs41 + <function>mallctl*()</function> functions first appeared in FreeBSD
341 +__weak_reference(__mallctl, mallctl);
H A DMakefile.in235 $(srcroot)test/unit/mallctl.c \
333 $(srcroot)test/stress/mallctl.c \
H A Dconfigure.ac1059 public_syms="aligned_alloc calloc dallocx free mallctl mallctlbymib mallctlnametomib malloc malloc_…
/src/contrib/jemalloc/include/jemalloc/
H A Djemalloc_macros.h.in37 * "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 Djemalloc_protos.h.in45 JEMALLOC_EXPORT int JEMALLOC_NOTHROW @je_@mallctl(const char *name,
/src/lib/libc/stdlib/malloc/
H A DSymbol.map17 mallctl;
/src/contrib/jemalloc/doc/
H A Dstylesheet.xsl7 <xsl:template match="mallctl"> matchedTemplate
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h5 #define je_mallctl JEMALLOC_N(mallctl)
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h72 # define je_mallctl mallctl
411 # define mallctl je_mallctl macro
H A Djemalloc_FreeBSD.h186 __weak_reference(__mallctl, mallctl);
/src/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc38 jemalloc.3 mallctl.3 \
/src/include/
H A Dmalloc_np.h81 int mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp,
/src/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc110 if (mallctl("stats.allocated", &alloc, &sz, NULL, 0) == 0)