org.rococoa.cocoa.corefoundation
Class CoreFoundationLibrary.kCFAllocatorMalloc
java.lang.Object
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.kCFAllocatorMalloc
- Enclosing interface:
- CoreFoundationLibrary
public static final class CoreFoundationLibrary.kCFAllocatorMalloc
- extends Object
This allocator uses malloc(), realloc(), and free(). This should not be
generally used; stick to kCFAllocatorDefault whenever possible. This
allocator is useful as the "bytesDeallocator" in CFData or
"contentsDeallocator" in CFString where the memory was obtained as a
result of malloc() type functions.
CoreFoundationLibrary.kCFAllocatorMalloc
public CoreFoundationLibrary.kCFAllocatorMalloc()
get
public static CoreFoundationLibrary.kCFAllocatorMalloc.kCFAllocatorMalloc_holder get()
Copyright © 2009. All Rights Reserved.