PK_MEMORY_alloc_f_t   

typedef void* (*PK_MEMORY_alloc_f_t)( size_t );   --- type for an allocator

Used in:

PK_MEMORY_frustrum_t


This function allocates the specified amount of memory required in bytes.

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