Contents

acquireFunction

The function used to acquire memory.

Declaration

var acquireFunction: ((UnsafeRawPointer, ((UnsafeRawPointer) -> Int)?, ObjCBool) -> UnsafeMutableRawPointer)? { get set }

Discussion

This specifies the function to use for copy-in operations.

See Also

Memory Configuration