Add emap, for tracking extent locking.

This commit is contained in:
David Goldblatt
2020-01-27 13:55:46 -08:00
committed by David Goldblatt
parent 0f686e82a3
commit 01f255161c
17 changed files with 257 additions and 197 deletions

View File

@@ -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 \