jemalloc/test
Slobodan Predolac de9ad1450b Drop the jemalloc_internal_includes.h umbrella
Convert the production source files in src/ (69 .c/.cpp) and
test/jemalloc_test.h.in to list the headers they actually use, then
delete the umbrella.  Three consolidated headers (peak_event.h,
prof_sys.h, sz.h) also gain explicit transitive includes.

Every translation unit now declares what it uses.  A missing include
now fails at the failing file rather than silently working because
something upstream pulled in the world.
2026-06-04 11:32:53 -04:00
..
analyze Revert PR #2608: Manually revert commits 70c94d..f9c0b5 2026-03-10 18:14:33 -07:00
include/test Drop the jemalloc_internal_includes.h umbrella 2026-06-04 11:32:53 -04:00
integration Consolidate arena_* header split into arena.h 2026-06-04 11:32:53 -04:00
src Remove safety check abort mallctl 2026-06-02 13:24:23 -04:00
stress Remove batch_alloc API 2026-05-22 23:34:10 -07:00
unit Consolidate arena_* header split into arena.h 2026-06-04 11:32:53 -04:00
test.sh.in Speculative fix for Windows tasks that sometime fail on aligned_alloc 2026-06-02 13:24:23 -04:00