Files
jemalloc/test/unit
Slobodan Predolac 9d75722344 Move malloc routing into new malloc_dispatch module
Pull the tcache-aware routing helpers out of arena into a layer that
sits directly below the public malloc interface:

  arena_malloc           -> malloc_dispatch_malloc
  arena_palloc           -> malloc_dispatch_palloc
  arena_ralloc           -> malloc_dispatch_ralloc
  arena_dalloc*          -> malloc_dispatch_dalloc*
  arena_sdalloc*         -> malloc_dispatch_sdalloc*
  arena_dalloc_promoted  -> malloc_dispatch_dalloc_promoted

The new module (malloc_dispatch.h, malloc_dispatch_inlines.h,
src/malloc_dispatch.c) owns the tcache-vs-fall-through decision; the
only consumer is jemalloc_internal_inlines_c.h.  arena keeps a narrower
arena_prof_demote() for the sampled-allocation demotion path.
2026-06-04 11:32:53 -04:00
..
2026-05-22 23:34:10 -07:00
2026-06-02 13:24:23 -04:00
2020-03-31 06:25:08 -07:00
2017-05-18 11:33:45 -07:00
2024-04-09 12:57:01 -07:00
2026-06-02 13:24:23 -04:00
2017-04-21 10:06:12 -07:00
2019-12-30 15:58:57 -08:00
2021-12-15 10:39:17 -08:00
2026-06-02 13:24:23 -04:00
2026-05-13 18:27:43 -04:00
2026-06-02 13:24:23 -04:00