Open Enclave  0.13.0

◆ oe_host_free()

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
[in]ptrPointer to memory to be released or null.