mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-31 07:28:02 +03:00
Move extent2 -> extent.
Eventually, we may fully break off the extent module; but not for some time. If it's going to live on in a non-transitory state, it might as well have the nicer name.
This commit is contained in:
parent
2f4fa80414
commit
e210ccc57e
6 changed files with 7 additions and 12 deletions
|
|
@ -109,7 +109,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
|
|||
$(srcroot)src/edata_cache.c \
|
||||
$(srcroot)src/ehooks.c \
|
||||
$(srcroot)src/eset.c \
|
||||
$(srcroot)src/extent2.c \
|
||||
$(srcroot)src/extent.c \
|
||||
$(srcroot)src/extent_dss.c \
|
||||
$(srcroot)src/extent_mmap.c \
|
||||
$(srcroot)src/hash.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue