Sun Java System Calendar Server 6 2005Q4 Developer's Guide

Methods

The csIMalloc interface implements six methods:

Method: Calloc

Allocates and initializes memory for a number of objects. 

Method: Free

Frees memory that is no longer in use. 

Method: FreeIf

Frees memory, allowing a NULL pointer.

Init

Confirms that the interface was found and registered. 

Method: Malloc

Allocates an amount of memory. 

Method: Realloc

Reallocates previously allocated memory.