pub struct AnonLoader {}Expand description
A loader for anonymous memory regions.
AnonLoader is used for memory mappings that are not backed by any file.
When a page fault occurs, this loader simply returns a newly allocated
zero-filled Page.
pub struct AnonLoader {}A loader for anonymous memory regions.
AnonLoader is used for memory mappings that are not backed by any file.
When a page fault occurs, this loader simply returns a newly allocated
zero-filled Page.