#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.
2006/03/01 Initial version.
CONFIDENTIAL