pub fn free(
    address: usize,
    size: usize,
    free_type: VIRTUAL_FREE_TYPE
) -> Result<(), FaitheError>
Expand description

Tries to free memory pages in the target process.