Skip to content
Snippets Groups Projects
Commit 85888b68 authored by Avi Kivity's avatar Avi Kivity Committed by Pekka Enberg
Browse files

mmu: reclaim intermediate pages in debug allocator


The debug allocator does not recycle virtual addresses in order to
improve detection of use-after-free bugs.  This creates a lot of intermediate
pages as address space is consumed, leading to a very rapid OOM.

Fix by reclaiming intermediate pages that point nowhere.

Signed-off-by: default avatarAvi Kivity <avi@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent afa8343e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment