mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 09:03:33 +03:00
Add hpa_central module
This will be the centralized component of the coming hugepage allocator; the source of larger chunks of memory from which smaller ones can be obtained.
This commit is contained in:
parent
1ed7ec369f
commit
21b70cb540
9 changed files with 722 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
|
|||
$(srcroot)src/extent_mmap.c \
|
||||
$(srcroot)src/geom_grow.c \
|
||||
$(srcroot)src/hook.c \
|
||||
$(srcroot)src/hpa_central.c \
|
||||
$(srcroot)src/inspect.c \
|
||||
$(srcroot)src/large.c \
|
||||
$(srcroot)src/log.c \
|
||||
|
|
@ -210,6 +211,7 @@ TESTS_UNIT := \
|
|||
$(srcroot)test/unit/fork.c \
|
||||
$(srcroot)test/unit/hash.c \
|
||||
$(srcroot)test/unit/hook.c \
|
||||
$(srcroot)test/unit/hpa_central.c \
|
||||
$(srcroot)test/unit/huge.c \
|
||||
$(srcroot)test/unit/inspect.c \
|
||||
$(srcroot)test/unit/junk.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue