DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SVR5

rmfreemap(D3)


rmfreemap -- free a private space management map

Synopsis

   #include <sys/map.h>
   #include <sys/ddi.h>
   

void rmfreemap(struct map *mp);

Description

rmfreemap frees the map pointed to by mp.

Arguments


mp
Pointer to the map to be freed.

Return values

None

Usage

The map structure array pointed to by mp must have been previously allocated by a call to rmallocmap(D3).

Before freeing the map, the caller must ensure that nobody is using space managed by the map, and that nobody is waiting for space in the map.

Context and synchronization

All contexts.

Hardware applicability

All

Version applicability

ddi: 3, 5, 5mp, 6, 6mp, 7, 7mp, 7.1, 7.1mp, 8, 8mp

References

rmalloc(D3), rmalloc_wait(D3), rmallocmap(D3), rmfree(D3)
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005