kCFAllocatorNull
This allocator does nothing—it allocates no memory.
Declaration
let kCFAllocatorNull: CFAllocator!Discussion
This allocator is useful as the bytesDeallocator in CFData or contentsDeallocator in CFString where the memory should not be freed.