Contents

kCFAllocatorMallocZone

This allocator explicitly uses the default malloc zone, returned by malloc_default_zone().

Declaration

let kCFAllocatorMallocZone: CFAllocator!

Discussion

You should only use this when an object is safe to be allocated in non-scanned memory.

See Also

Constants