#include <qp2user.h> int Qp2free(void *mem);
Qp2free() frees an i5/OS PASE heap memory allocation by calling the i5/OS PASE free() function.
None.
The function result is zero for normal completion, or -1 with an error indicated in ILE errno that is ususally one of the following:
EPERM | An error occurred attempting to call an i5/OS
PASE function. |
ETERM | i5/OS PASE is terminating. |
Top | i5/OS PASE APIs | APIs by category |