alloc_memory
The function called to allocate memory.
Declaration
var alloc_memory: BNNSAlloc?Discussion
Must be compatible with the free_memory function. If nil, posix_memalign(_:_:_:) will be called.
The function called to allocate memory.
var alloc_memory: BNNSAlloc?Must be compatible with the free_memory function. If nil, posix_memalign(_:_:_:) will be called.