mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 17:13:35 +03:00
Do not dehugify when purging
Giving the advice MADV_DONTNEED to a range of virtual memory backed by a transparent huge page already causes that range of virtual memory to become backed by regular pages.
This commit is contained in:
parent
395e63bf7e
commit
a156e997d7
6 changed files with 3 additions and 54 deletions
|
|
@ -140,7 +140,6 @@ TEST_BEGIN(test_vectorized_purge) {
|
|||
hooks.unmap = &defer_test_unmap;
|
||||
hooks.purge = &defer_test_purge;
|
||||
hooks.hugify = &defer_test_hugify;
|
||||
hooks.dehugify = &defer_test_dehugify;
|
||||
hooks.curtime = &defer_test_curtime;
|
||||
hooks.ms_since = &defer_test_ms_since;
|
||||
hooks.vectorized_purge = &defer_vectorized_purge;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue