PK_SESSION_ask_memory_usage   

PK_ERROR_code_t PK_SESSION_ask_memory_usage
(
--- returned arguments ---
size_t   *const total,  --- total amount of memory
size_t   *const free    --- free space
)


This function returns the amount of memory currently occupied by the model
data structure.