Lines Matching refs:which
58 which can substantially reduce virtual memory churn and fragmentation. This
62 - Make DSS (sbrk(2)-related) operations lockless, which resolves potential
80 during purging, which resolves permanent virtual memory map fragmentation
101 - Add the arena.<i>.reset mallctl, which makes it possible to discard all of
164 - Add --with-malloc-conf, which makes it possible to embed a default
184 - Separate arena_avail trees, which substantially speeds up run tree
266 case out into arena_prof_tctx_reset(), which also avoids chunk metadata
274 which it works correctly.
323 --with-lg-tiny-min options, which can be used to tweak page and size class
336 control which tcache is used for each operation.
357 - Add the 'util' column to malloc_stats_print() output, which reports the
363 - Add the jemalloc-config script, which provides information about how
365 - Add metadata statistics, which are accessible via the "stats.metadata",
368 - Add the "stats.resident" mallctl, which reports the upper limit of
373 - Add the "prof.gdump" mallctl, which makes it possible to toggle the gdump
375 - Add sdallocx(), which implements sized deallocation. The primary
376 optimization over dallocx() is the removal of a metadata read, which often
413 which arenas own which huge allocations.
424 - Disable "opt.prof_final" by default, in order to avoid atexit(3), which can
434 - Remove the *allocm() API, which is superseded by the *allocx() API.
436 which support sbrk(2).
437 - Remove the "arenas.purge" mallctl, which was obsoleted by the
451 in all releases since 2.0.0, which introduced these functions.
452 - Fix an OOM-related regression in arena_tcache_fill_small(), which could
517 - Add the *allocx() API, which is a successor to the experimental *allocm()
552 which statically link jemalloc experiencing symbol name collisions.
657 - Add the "arenas.extend" mallctl, which allows applications to create
661 which provide control over dss/mmap precedence.
662 - Add the "arena.<i>.purge" mallctl, which obsoletes "arenas.purge".
682 of which is not reflected in the ChangeLog. This is the first release to
701 - Add nallocm(), which rounds a request size up to the nearest size class
710 - Add the --enable-mremap option, which disables use of mremap(2) by default.
823 - Change default symbol visibility from "internal", to "hidden", which
895 - Implement the experimental {,r,s,d}allocm() API, which provides a superset
900 - Replace JEMALLOC_OPTIONS/JEMALLOC_PROF_PREFIX with MALLOC_CONF, which is
909 This is mainly of interest for OS X, which does not support TLS, but has a
912 - Add the "arenas.purge" mallctl, which can be used to synchronously purge all
952 - Fix junk filling of large objects, which could cause memory corruption.
981 - Expose malloc_stats_print(), which can be called repeatedly by the