THPMalloc/THPFree

Syntax

#include <win32/thpcore.h>

void* (*THPMalloc)(size_t size);

void (*THPFree)(void* memblock);

Description

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

See Also

None.

Revision History

2006/03/01 Initial version.


CONFIDENTIAL