CFAllocatorRef |
Header: CFBase.h |
A reference to a CFAllocator object in Core Foundation.
typedef struct OpaqueCFAllocatorRef* CFAllocatorRef;
The CFAllocatorRef type is a reference type used in many Core Foundation parameters and function results. It refers to a CFAllocator object, which allocates, reallocates, and deallocates memory for Core Foundation objects. CFAllocator is an opaque type, defined in Core Foundation's Base Services, that defines the characteristics of CFAllocator objects.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)