Packagestarling.memory
Classpublic class AllocationController
InheritanceAllocationController Inheritance Object



Public Methods
 MethodDefined By
  
AllocationController
  
allocate(allocationSize:uint):AllocationData
AllocationController
  
freeMemory(offset:uint):void
AllocationController
  
growHeap():void
AllocationController
Constructor Detail
AllocationController()Constructor
public function AllocationController(fastMemoryManager:FastMemoryManager)



Parameters
fastMemoryManager:FastMemoryManager
Method Detail
allocate()method
public function allocate(allocationSize:uint):AllocationData

Parameters

allocationSize:uint

Returns
AllocationData
freeMemory()method 
public function freeMemory(offset:uint):void

Parameters

offset:uint

growHeap()method 
public function growHeap():void