diff --git a/src/backend/pagemap.h b/src/backend/pagemap.h index 688e51d..843e8df 100644 --- a/src/backend/pagemap.h +++ b/src/backend/pagemap.h @@ -129,7 +129,7 @@ namespace snmalloc } // This means external pointer on Windows will be slow. - if constexpr (potentially_out_of_range) + if constexpr (potentially_out_of_range && !pal_supports) { commit_entry(&body[p >> SHIFT]); }