The csIMalloc interface implements six methods:
|
Allocates and initializes memory for a number of objects. |
|
|
Frees memory that is no longer in use. |
|
|
Frees memory, allowing a NULL pointer. |
|
|
Confirms that the interface was found and registered. |
|
|
Allocates an amount of memory. |
|
|
Reallocates previously allocated memory. |