Next: , Up: system memory   [Contents][Index]


7.1.1 Core memory allocation functions

The following symbols are defined in the header file ccexceptions.h.

Function: void * cce_sys_malloc (cce_destination_t L, size_t size)

Wrapper for malloc(). This function never returns NULL.

Function: void * cce_sys_realloc (cce_destination_t L, void * old_P, size_t newsize)

Wrapper for realloc(). This function never returns NULL.

Function: void * cce_sys_calloc (cce_destination_t L, size_t count, size_t eltsize)

Wrapper for calloc(). This function never returns NULL.


Next: , Up: system memory   [Contents][Index]

This document describes version 0.9.0-devel.3 of CCExceptions.