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 entryDESCRIPTION
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.