vmem_destroy(9) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
VMEM_DESTROY(9)        NetBSD Kernel Developer's Manual        VMEM_DESTROY(9)


NAME
vmem_create -- destroy a vmem arena
SYNOPSIS
#include <sys/vmem.h> 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) NetBSD 5.0.1 October 22, 2006 NetBSD 5.0.1
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.