Lines Matching refs:mallctl
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
656 visible to custom functions set via the "arena.<i>.chunk_hooks" mallctl.
659 with interposed resets (triggered via the "prof.reset" mallctl). This bug
717 via the "arena.<i>.chunk_hooks" mallctl.
735 mallctl), so that it is possible to separately enable junk filling for
742 - Add the "stats.resident" mallctl, which reports the upper limit of
747 - Add the "prof.gdump" mallctl, which makes it possible to toggle the gdump
778 the "config.cache_oblivious" mallctl.
800 - Change the "arenas.nlruns" mallctl type from size_t to unsigned.
801 - Replace the "stats.arenas.<i>.bins.<j>.allocated" mallctl with
811 - Remove the "arenas.purge" mallctl, which was obsoleted by the
812 "arena.<i>.purge" mallctl in 3.1.0.
813 - Remove the unnecessary "opt.valgrind" mallctl; jemalloc automatically
831 - Fix the "arena.<i>.dss" mallctl to return an error if "primary" or
836 - Fix the "arena.<i>.dss" mallctl to handle read-only calls.
879 - Fix mallctl argument size mismatches (size_t vs. uint64_t) in the stats unit
941 - Fix a race in the "arenas.extend" mallctl that could cause memory corruption
1006 - Fix "arenas.extend" mallctl to output the number of arenas.
1023 - Fix deadlock in the "arenas.purge" mallctl. This regression was introduced
1024 in 3.1.0 by the addition of the "arena.<i>.purge" mallctl.
1031 - Add the "arenas.extend" mallctl, which allows applications to create
1036 - Add the "arena.<i>.purge" mallctl, which obsoletes "arenas.purge".
1050 - Fix error return value for "thread.tcache.enabled" mallctl.
1078 - Add the "thread.tcache.enabled" mallctl.
1079 - Add the "opt.prof_final" mallctl.
1090 - Rename the "tcache.flush" mallctl to "thread.tcache.flush".
1091 - Rename the "arenas.pagesize" mallctl to "arenas.page".
1104 - Remove the "arenas.chunksize" mallctl.
1108 - Remove the --disable-tiny option, including the "config.tiny" mallctl.
1113 - Fix a statistics-related bug in the "thread.arena" mallctl that could cause
1130 - Fix the "epoch" mallctl to update cached stats even if the passed in epoch
1136 - Add missing "opt.lg_tcache_max" mallctl implementation.
1191 - Add the "stats.cactive" mallctl.
1217 - Fix a cpp logic regression (due to the "thread.{de,}allocatedp" mallctl fix
1219 - Fix a "thread.arena" mallctl bug.
1225 - Fix "thread.{de,}allocatedp" mallctl for OS X.
1234 - Fix a "thread.arena" mallctl bug.
1243 - Avoid locking in mallctl*() when possible.
1244 - Add the "thread.[de]allocatedp" mallctl's.
1251 - Fix a minor statistics bug for mallctl("swap.avail", ...).
1281 the "thread.arena" mallctl.
1286 - Add the "arenas.purge" mallctl, which can be used to synchronously purge all
1348 - Add mallctl*(), for the purposes of introspection and run-time
1351 the "tcache.flush" mallctl.