pub unsafe extern "C" fn ANeuralNetworksMemory_free(
memory: *mut ANeuralNetworksMemory,
)Expand description
Delete a memory object.
Destroys the object used by the run time to keep track of the memory. This will free the underlying actual memory if no other code has open handles to this memory.
Available since API level 27.
@param memory The memory object to be freed. Passing NULL is acceptable and results in no operation.