NAME
vmem_create
- destroy a vmem arena
SYNOPSIS
void
vmem_destroy(vmem_t *vm)
DESCRIPTION
vmem_destroy()
destroys a vmem arena.
vm-
The vmem arena being destroyed.
The caller should ensure that no one will use it anymore.
SEE ALSO
intro(9),
vmem(9)