Mission Base

Program Base Library Functions

void* pbl_malloc0

( char* tag, size_t size )

Replacement for malloc(), initializes the memory to 0.

Documentation

Replacement for malloc(), initializes the memory to 0.

Parameters:
tag - tag used for memory leak detection
size - number of bytes to allocate
Returns:
void * retptr == NULL: OUT OF MEMORY
void * retptr != NULL: pointer to buffer allocated

Alphabetic index



This page was generated with the help of DOC++.