PK_MEMORY_block_f   

PK_ERROR_code_t          PK_MEMORY_block_f
(
--- received arguments ---
PK_MEMORY_block_t *const block
)


This function frees the PK memory referenced by the structure.


This function will free all the PK memory referenced by the input
structure. Internally, the function will use the PK_MEMORY_free
function to free all the memory. All the fields within the structure
will be initialized before being returned by the function.