jemalloc/include
Slobodan Predolac c944cad7b1 Break two include cycles
- test_hooks.h: drop the #include of jemalloc_preamble.h.  preamble
  pulls test_hooks.h, and test_hooks.h needs nothing from preamble.

- edata.h: drop the #include of prof_types.h in favor of forward
  declarations of prof_tctx_t and prof_recent_t (used only as pointer
  types).  prof_structs.h can then drop its #include of edata.h,
  severing the edata <-> prof_types coupling.
2026-06-04 11:32:53 -04:00
..
jemalloc Break two include cycles 2026-06-04 11:32:53 -04:00
msvc_compat Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00