Files
snmalloc/src
Matthew Parkinson 9e632047de Add Windows Support for Lazy Commit of page map (#727)
The Pagemap can potentially be accessed where there is no direct
knowledge of the location.  On platforms with lazy commit this can
be handled by the OS faulting in a zero page.  Here we modify the
Windows PAL to add an exception handler that will commit pages
in the read only range, i.e. the page map.  We still require explicit
notify_using to be able to modify the pagemap.
2025-01-09 17:57:52 +00:00
..