vm_map_simplify_entry(9) simplify a

SYNOPSIS

In sys/param.h In vm/vm.h In vm/vm_map.h Ft void Fn vm_map_simplify_entry vm_map_t map vm_map_entry_t entry

DESCRIPTION

The Fn vm_map_simplify_entry function simplifies the given Fa entry by merging with either neighbour. The Fa map must be locked upon entry.

This function also has the ability to merge with both neighbours.

This function guarantees that the passed entry remains valid, although possibly extended.

AUTHORS

This manual page was written by An Bruce M Simpson Aq [email protected] .