org.rococoa.cocoa.corefoundation
Class CoreFoundationLibrary.kCFAllocatorMalloc

java.lang.Object
  extended by 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.


Nested Class Summary
static class CoreFoundationLibrary.kCFAllocatorMalloc.kCFAllocatorMalloc_holder
           
 
Constructor Summary
CoreFoundationLibrary.kCFAllocatorMalloc()
           
 
Method Summary
static CoreFoundationLibrary.kCFAllocatorMalloc.kCFAllocatorMalloc_holder get()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreFoundationLibrary.kCFAllocatorMalloc

public CoreFoundationLibrary.kCFAllocatorMalloc()
Method Detail

get

public static CoreFoundationLibrary.kCFAllocatorMalloc.kCFAllocatorMalloc_holder get()


Copyright © 2009. All Rights Reserved.