Function CDM_Malloc


Definition:#include <CDM.h>
Prototype:char * CDM_Malloc(size_t size);
Arguments:

size: Size of requested space. (size_t)

C/C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

Allocates memory. This function must be used instead standart "malloc", especially when building a shared object. It arranges things correctly, so as the memory allocated be visible by the main program and by the shared object (a shared library or a dll under windows). The whole CDM uses this routine for ALL memory allocations...


Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.