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