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.
The function called to deallocate memory.
var free_memory: BNNSFree?Must be compatible with the alloc_memory function. If nil, free() will be called.