PK_THREAD_ask_memory_cbs   

PK_ERROR_code_t             PK_THREAD_ask_memory_cbs
(
--- returned arguments ---
PK_MEMORY_frustrum_t *const frustrum      --- thread memory handlers
)


This function returns the functions which are currently registered for the
calling thread to use when allocating and freeing variable length information
returned from the PK interface.


If no such functions have been registered, then both fields of the
PK_MEMORY_frustrum_t will be set to NULL. If either field is set to NULL
then the thread will default to the session function returned by
PK_MEMORY_ask_callbacks.

This function may only be called after the modeller has started.