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