Package com.sun.jna.platform.mac
Class CoreFoundation.CFAllocatorRef
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
com.sun.jna.platform.mac.CoreFoundation.CFAllocatorRef
- All Implemented Interfaces:
- NativeMapped
- Enclosing interface:
- CoreFoundation
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.- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.platform.mac.CoreFoundation.CFTypeRefgetTypeID, isTypeID, release, retainMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
- 
Constructor Details- 
CFAllocatorRefpublic CFAllocatorRef()
 
-