mediaLib Library Functions mlibfree(3MLIB)
NAME
mlibfree - free a block of bytes
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlibfree(void *ptr);
DESCRIPTION
The mlibfree() function frees a block of bytes previously
allocated by mlibmalloc() or mlibrealloc().
This function is a wrapper of the standard C function
free().
PARAMETERS
The function takes the following arguments:
ptr Pointer to a previously allocated block.
RETURN VALUES
None.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibmalloc(3MLIB), mlibrealloc(3MLIB), malloc(3C), attri-
butes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|