PK_FMFREE_f_t   

typedef void (*PK_FMFREE_f_t)
(
--- received arguments ---
int   *nbytes,
char **memory,
--- returned arguments ---
int *ifail
);

Used in:

PK_SESSION_ask_fru_o_t
PK_SESSION_frustrum_t
PK_SESSION_register_fru_o_t



  Free virtual memory

Receives:
  int                      *nbytes      --- length of memory region in bytes
  char                    **memory      --- pointer to start of memory region

Returns:
  int                      *ifail       --- error code: FR_no_errors


Description:
  Any space which has been allocated by calling FMALLO must be freed by a call
  to FMFREE, passing it the start address of the block of virtual memory and
  size of memory which was requested. The space must be freed by a single call.