PK_MEMORY_alloc_f_t
typedef void* (*PK_MEMORY_alloc_f_t)( size_t ); --- type for an allocator 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.