mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-31 07:28:02 +03:00
Add emap, for tracking extent locking.
This commit is contained in:
parent
0f686e82a3
commit
01f255161c
17 changed files with 257 additions and 197 deletions
|
|
@ -110,6 +110,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
|
|||
$(srcroot)src/edata.c \
|
||||
$(srcroot)src/edata_cache.c \
|
||||
$(srcroot)src/ehooks.c \
|
||||
$(srcroot)src/emap.c \
|
||||
$(srcroot)src/eset.c \
|
||||
$(srcroot)src/extent.c \
|
||||
$(srcroot)src/extent_dss.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue