PK_MEMORY_free_f_t   

typedef void  (*PK_MEMORY_free_f_t) ( void * );   --- type for a free function

Used in:

PK_MEMORY_frustrum_t


This function frees previously allocated memory.

The function is type compatible with free in the standard C run-time library.