mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 08:03:32 +03:00
Drop umbrella include from 9 medium .c files (batch 2)
Converted: hpa_utils, ecache, extent_mmap, util, safety_check, prof_stats, peak_event, inspect, log. (src/div.c was already minimal; skipped.) One latent hermeticity bug surfaced: peak_event.h declared `extern te_base_cb_t peak_te_handler;` but didn't include thread_event_registry.h where te_base_cb_t is typedef'd. Added the include to peak_event.h. peak_event.c also needs thread_event.h directly for TE_MIN_START_WAIT. Step 6 (Option B) of the cyclical-dep cleanup, batch 2 of N.
This commit is contained in:
parent
22c3dc450c
commit
89440d0fd3
10 changed files with 23 additions and 12 deletions
|
|
@ -1,5 +1,10 @@
|
|||
#include "jemalloc/internal/jemalloc_preamble.h"
|
||||
#include "jemalloc/internal/jemalloc_internal_includes.h"
|
||||
|
||||
#include "jemalloc/internal/arena.h"
|
||||
#include "jemalloc/internal/arena_inlines_b.h"
|
||||
#include "jemalloc/internal/bin_info.h"
|
||||
#include "jemalloc/internal/edata.h"
|
||||
#include "jemalloc/internal/emap.h"
|
||||
#include "jemalloc/internal/inspect.h"
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue