Open Enclave
0.14.0
|
◆ oe_host_malloc()
Allocate bytes from the host's heap. This function allocates size bytes from the host's heap and returns the address of the allocated memory. The implementation performs an OCALL to the host, which calls malloc(). To free the memory, it must be passed to oe_host_free().
|