FSEventStreamCreateOptions.Allocator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The allocator to use to allocate memory for the stream. If null, the default
allocator will be used.
public CoreFoundation.CFAllocator? Allocator { get; set; }
member this.Allocator : CoreFoundation.CFAllocator with get, set