org.rococoa.cocoa.corefoundation
Class CoreFoundationLibrary.kCFAllocatorMallocZone

java.lang.Object
  extended by org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.kCFAllocatorMallocZone
Enclosing interface:
CoreFoundationLibrary

public static final class CoreFoundationLibrary.kCFAllocatorMallocZone
extends Object

This allocator explicitly uses the default malloc zone, returned by
malloc_default_zone(). It should only be used when an object is
safe to be allocated in non-scanned memory.


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

Constructor Detail

CoreFoundationLibrary.kCFAllocatorMallocZone

public CoreFoundationLibrary.kCFAllocatorMallocZone()
Method Detail

get

public static CoreFoundationLibrary.kCFAllocatorMallocZone.kCFAllocatorMallocZone_holder get()


Copyright © 2009. All Rights Reserved.