SYNOPSIS
#include <stdlib.h>
void free(void *ptr);
void cfree(void *ptr);
DESCRIPTION
The
The
PARAMETERS
- ptr
-
Points to a block of memory previously allocated by
calloc() ,malloc() ,memalign() ,realloc() , orvalloc() .
RETURN VALUES
None.
CONFORMANCE
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
Do not attempt to use
In some instances, the
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
calloc() ,malloc() ,memalign() ,realloc() ,valloc()
PTC MKS Toolkit 10.4 Documentation Build 39.