Uses of Class
joeq.Allocator.HeapAllocator

Packages that use HeapAllocator
joeq.Allocator   
joeq.Scheduler   
 

Uses of HeapAllocator in joeq.Allocator
 

Subclasses of HeapAllocator in joeq.Allocator
 class SimpleAllocator
          SimpleAllocator is a simple version of a heap allocator.
 

Methods in joeq.Allocator that return HeapAllocator
static HeapAllocator DefaultHeapAllocator.def()
          The default heap allocator for the current thread.
 

Uses of HeapAllocator in joeq.Scheduler
 

Methods in joeq.Scheduler that return HeapAllocator
 HeapAllocator jq_NativeThread.getHeapAllocator()
          Get the native thread-local heap allocator.
 



Copyright © 2001-2005 John Whaley. All Rights Reserved.