mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
Separate out the configuration code from initialization
This commit is contained in:
parent
a056c20d67
commit
ad726adf75
5 changed files with 1261 additions and 1134 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue