SYNOPSIS
#include <stdlib.h>
void *malloc(size_t size);
DESCRIPTION
The
PARAMETERS
- size
-
Specifies the size of the allocated block of memory. If size is zero, a unique pointer to the heap is returned.
RETURN VALUES
The
CONFORMANCE
ANSI/ISO 9899-1990.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
The
Unlike many UNIX platforms, the heap that is used by
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() ,free() ,memalign() ,realloc() ,valloc()
PTC MKS Toolkit 10.4 Documentation Build 39.