Uses of Class
joeq.Allocator.CodeAllocator

Packages that use CodeAllocator
joeq.Allocator   
joeq.Bootstrap   
joeq.Scheduler   
 

Uses of CodeAllocator in joeq.Allocator
 

Subclasses of CodeAllocator in joeq.Allocator
 class RuntimeCodeAllocator
          RuntimeCodeAllocator
 

Fields in joeq.Allocator declared as CodeAllocator
static CodeAllocator DefaultCodeAllocator.default_allocator
          The default global code allocator.
 

Methods in joeq.Allocator that return CodeAllocator
static CodeAllocator DefaultCodeAllocator.def()
          Gets the default code allocator for the current thread.
 

Uses of CodeAllocator in joeq.Bootstrap
 

Subclasses of CodeAllocator in joeq.Bootstrap
 class BootstrapCodeAllocator
          BootstrapCodeAllocator
 

Uses of CodeAllocator in joeq.Scheduler
 

Methods in joeq.Scheduler that return CodeAllocator
 CodeAllocator jq_NativeThread.getCodeAllocator()
          Get the native thread-local code allocator.
 



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