if process_madvise is supported, call it when purging hpa

This commit is contained in:
Slobodan Predolac
2025-03-12 12:26:52 -07:00
committed by Qi Wang
parent 80e9001af3
commit f19f49ef3e
7 changed files with 387 additions and 3 deletions

View File

@@ -231,6 +231,7 @@ TESTS_UNIT := \
$(srcroot)test/unit/hash.c \
$(srcroot)test/unit/hook.c \
$(srcroot)test/unit/hpa.c \
$(srcroot)test/unit/hpa_vectorized_madvise.c \
$(srcroot)test/unit/hpa_background_thread.c \
$(srcroot)test/unit/hpdata.c \
$(srcroot)test/unit/huge.c \