Contents

FreeBlock

A function to call once when the CMBlockBuffer is disposed.

Declaration

var FreeBlock: ((UnsafeMutableRawPointer?, UnsafeMutableRawPointer, Int) -> Void)?

Discussion

Pass NULL if you don’t want a function to be called after disposal. The function will not be called if no memory block is ever allocated or supplied.

See Also

Properties