Extract initialization logic from jemalloc.c into jemalloc_init module

This commit is contained in:
Slobodan Predolac
2026-04-27 15:44:13 -07:00
parent e0a8401533
commit ec07fc3c5f
16 changed files with 758 additions and 707 deletions

View File

@@ -95,6 +95,7 @@ LIBJEMALLOC := $(LIBPREFIX)jemalloc$(install_suffix)
BINS := $(objroot)bin/jemalloc-config $(objroot)bin/jemalloc.sh $(objroot)bin/jeprof
C_HDRS := $(objroot)include/jemalloc/jemalloc$(install_suffix).h
C_SRCS := $(srcroot)src/jemalloc.c \
$(srcroot)src/jemalloc_init.c \
$(srcroot)src/arena.c \
$(srcroot)src/arenas_management.c \
$(srcroot)src/background_thread.c \