jemalloc/src
2026-07-06 18:26:40 -04:00
..
arena.c Make single-TU internal helpers static; remove dead hpa_expand/hpa_shrink/pac_reset 2026-06-11 11:45:05 -04:00
arenas_management.c Collapse arena_inlines_a/b and jemalloc_internal_inlines_b into arena_inlines.h 2026-06-04 11:32:53 -04:00
background_thread.c Collapse arena_inlines_a/b and jemalloc_internal_inlines_b into arena_inlines.h 2026-06-04 11:32:53 -04:00
base.c Cap the base-block growth heuristic 2026-06-16 10:20:15 -07:00
bin.c De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers 2026-06-11 11:45:05 -04:00
bin_info.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
bitmap.c De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers 2026-06-11 11:45:05 -04:00
buf_writer.c De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers 2026-06-11 11:45:05 -04:00
cache_bin.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
ckh.c De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers 2026-06-11 11:45:05 -04:00
conf.c Remove experimental_hpa_max_purge_nhp option 2026-06-27 22:57:48 -04:00
counter.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
ctl.c Remove experimental_hpa_max_purge_nhp option 2026-06-27 22:57:48 -04:00
decay.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
div.c Add the div module, which allows fast division by dynamic values. 2017-12-21 14:25:43 -08:00
ecache.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
edata.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
edata_cache.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
ehooks.c Make ehooks_default_merge static (export was vestigial after merge fast-path removal) 2026-06-11 11:45:05 -04:00
emap.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
eset.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
exp_grow.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
extent.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
extent_dss.c Collapse arena_inlines_a/b and jemalloc_internal_inlines_b into arena_inlines.h 2026-06-04 11:32:53 -04:00
extent_mmap.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
fxp.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
hpa.c Remove experimental_hpa_max_purge_nhp option 2026-06-27 22:57:48 -04:00
hpa_central.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
hpa_hooks.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
hpa_utils.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
hpdata.c De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers 2026-06-11 11:45:05 -04:00
inspect.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
jemalloc.c Accept NULL in free_sized() and free_aligned_sized() 2026-06-29 16:35:49 -04:00
jemalloc_cpp.cpp Accept NULL in free_sized() and free_aligned_sized() 2026-06-29 16:35:49 -04:00
jemalloc_fork.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
jemalloc_init.c Collapse arena_inlines_a/b and jemalloc_internal_inlines_b into arena_inlines.h 2026-06-04 11:32:53 -04:00
large.c Collapse arena_inlines_a/b and jemalloc_internal_inlines_b into arena_inlines.h 2026-06-04 11:32:53 -04:00
log.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
malloc_dispatch.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
malloc_io.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
mutex.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
nstime.c De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers 2026-06-11 11:45:05 -04:00
pa.c Use SEC in PAC to reduce lock contention on the ecaches 2026-06-24 10:54:34 -07:00
pa_extra.c Use SEC in PAC to reduce lock contention on the ecaches 2026-06-24 10:54:34 -07:00
pac.c Use SEC in PAC to reduce lock contention on the ecaches 2026-06-24 10:54:34 -07:00
pages.c Fix -Wmissing-prototypes, -Wmissing-variable-declarations, and -Wstrict-prototypes warnings 2026-06-05 19:10:22 -04:00
peak_event.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
prof.c De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers 2026-06-11 11:45:05 -04:00
prof_data.c De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers 2026-06-11 11:45:05 -04:00
prof_log.c De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers 2026-06-11 11:45:05 -04:00
prof_recent.c De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers 2026-06-11 11:45:05 -04:00
prof_stack_range.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
prof_stats.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
prof_sys.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
psset.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
rtree.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
safety_check.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
san.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
san_bump.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
sc.c De-export test-only helpers via JET_EXTERN / #ifdef JEMALLOC_JET; declare in unit tests, not headers 2026-06-11 11:45:05 -04:00
sec.c Use SEC in PAC to reduce lock contention on the ecaches 2026-06-24 10:54:34 -07:00
stats.c Remove experimental_hpa_max_purge_nhp option 2026-06-27 22:57:48 -04:00
sz.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
tcache.c Add TSD reentrant stress test 2026-07-06 18:26:40 -04:00
test_hooks.c Add TSD reentrant stress test 2026-07-06 18:26:40 -04:00
thread_event.c Fix -Wmissing-prototypes, -Wmissing-variable-declarations, and -Wstrict-prototypes warnings 2026-06-05 19:10:22 -04:00
thread_event_registry.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
ticker.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
ticker.py Add ticker_geom_t. 2021-02-04 14:10:43 -08:00
tsd.c Collapse arena_inlines_a/b and jemalloc_internal_inlines_b into arena_inlines.h 2026-06-04 11:32:53 -04:00
util.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
witness.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
zone.c Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00