#include <win32/thpcore.h>void* (*THPMalloc)(size_t size);void (*THPFree)(void* memblock);
These functions register functions to allocate and free memory. If nothing is registered, malloc/free are used to allocate and free memory.
None.
03/01/2006 Initial version.