mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +03:00
Pull out edata_t caching into its own module.
This commit is contained in:
parent
a7862df616
commit
7859184179
12 changed files with 106 additions and 60 deletions
|
|
@ -105,6 +105,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
|
|||
$(srcroot)src/ctl.c \
|
||||
$(srcroot)src/div.c \
|
||||
$(srcroot)src/edata.c \
|
||||
$(srcroot)src/edata_cache.c \
|
||||
$(srcroot)src/ehooks.c \
|
||||
$(srcroot)src/eset.c \
|
||||
$(srcroot)src/extent2.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue