mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-12 23:15:39 +03:00
Both components had a four-way split (_types, _structs, _externs, _inlines) that predates explicit per-file includes. With the edata <-> prof_types coupling broken in the prior commit, merging _types + _structs + _externs no longer risks an include cycle. - prof.h replaces prof_types.h + prof_structs.h + prof_externs.h. - tcache.h replaces tcache_types.h + tcache_structs.h + tcache_externs.h. prof_inlines.h and tcache_inlines.h stay separate: prof_inlines.h sits at the bottom of the dependency layering, and tcache_inlines.h's include of arena_externs.h is the asymmetric cycle-breaker that keeps the arena <-> tcache symbol cycle from becoming an include cycle. |
||
|---|---|---|
| .. | ||
| jemalloc | ||
| msvc_compat | ||