mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 08:03:32 +03:00
Drop umbrella include from 15 more .c files (batch 4)
Converted: prof_stack_range, jemalloc_fork, san, pa_extra, mutex, thread_event_registry, rtree, ehooks, pa, extent_dss, decay, large, nstime, bin, arenas_management. One latent hermeticity bug surfaced: prof_sys.h declares `void bt_init(prof_bt_t *bt, void **vec);` but didn't include prof.h where prof_bt_t is defined. Added the include. Step 6 (Option B) of the cyclical-dep cleanup, batch 4 of N.
This commit is contained in:
parent
da18bdc169
commit
19978eea2f
16 changed files with 54 additions and 21 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#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/assert.h"
|
||||
#include "jemalloc/internal/bin.h"
|
||||
#include "jemalloc/internal/sc.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue