Contents

free_memory

The function called to deallocate memory.

Declaration

var free_memory: BNNSFree?

Discussion

Must be compatible with the alloc_memory function. If nil, free() will be called.

See Also

Instance Properties