Mission Base

Program Base Library Functions

void* pbl_malloc

( char* tag, size_t size )

Replacement for malloc().

Documentation

Replacement for malloc().

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++.