THPMalloc/THPFree

C Specification

#include <win32/thpcore.h>
void* (*THPMalloc)(size_t size);
void (*THPFree)(void* memblock);

Description

These functions register functions to allocate and free memory. If nothing is registered, malloc/free are used to allocate and free memory.

See Also

None.

Revision History

03/01/2006 Initial version.