Query: contig_free
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
contig_free(9r) contig_free(9r)NAMEcontig_free - General: Frees a block of memory previously allocated by contig_mallocSYNOPSIS#include <sys/malloc.h> void contig_free( void *addr, u_long size, int type );ARGUMENTSSpecifies the address of the memory being freed. This address was returned in a previous call to contig_malloc. Specifies the size (in bytes) of the memory being freed. You should pass the same value used to allocate this memory in the call to contig_malloc. Specifies the purpose for which the memory is being allocated (or freed). The memory type constants are defined in the file /usr/sys/include/sys/mal- loc.h. Examples of memory type constants are M_DEVBUF (device driver memory), M_KTABLE (kernel table memory), M_RTABLE (routing tables mem- ory), and so forth.DESCRIPTIONThe contig_free routine frees the memory allocated in a previous call to contig_malloc. If the memory came from the saved memory pool, con- tig_free puts it back in the saved memory pool; otherwise, the interface frees the memory to the virtual memory subsystem.RETURN VALUESNoneSEE ALSORoutines: contig_malloc(9r) contig_free(9r)
Related Man Pages |
---|
curs_memleaks(3x) - mojave |
_nc_free_and_exit(3x) - centos |
curs_memleaks(3x) - centos |
contig_malloc(9r) - osf1 |
_nc_freeall(3x) - osx |
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |