Open Enclave
void oe_host_free ( void *  ptr)

Release allocated memory.

This function releases memory allocated with oe_host_malloc() or oe_host_calloc() by performing an OCALL where the host calls free().

Parameters
ptrPointer to memory to be released or null.