ANeuralNetworksMemory_free

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.

version(Android)
extern (C) @system nothrow @nogc
void
ANeuralNetworksMemory_free

Meta