Separate out the configuration code from initialization

This commit is contained in:
Carl Shapiro
2026-03-02 13:02:46 -08:00
committed by Guangli Dai
parent a056c20d67
commit ad726adf75
5 changed files with 1261 additions and 1134 deletions

View File

@@ -131,6 +131,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
$(srcroot)src/large.c \
$(srcroot)src/log.c \
$(srcroot)src/malloc_io.c \
$(srcroot)src/conf.c \
$(srcroot)src/mutex.c \
$(srcroot)src/nstime.c \
$(srcroot)src/pa.c \