Typedef FREEFUNC

Typedef Documentation

typedef void (*FREEFUNC)(void*)

Pointer to free() for use by ellFree() macro.

This is required for use on Windows, where each DLL has its own free() function. The ellFree() macro passes the application’s version of free() to the ellFree2() function.