Contents

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.

See Also

Instance Properties