iomem_free(D3DK) —
.IX \f4iomem_free\fP(D3DK)
NAME
iomem_free − free memory allocated by iomem_alloc
SYNOPSIS
#include <sys/types.h>
#include <sys/buf.h>
#include <sys/iosystm.h>
void iomem_free(caddr_t ∗addr, int nbytes);
ARGUMENTS
∗addrpointer to the virtual address
nbytessize, in bytes, of resource released
DESCRIPTION
iomem_free is used to free memory allocated by iomem_alloc. Repetitious use of alloc/free operations is not advised.
LEVEL
Base.
SEE ALSO
iomem_alloc(D3DK), kmem_free(D3DK)
DDI/DKI