Method | Defined By | ||
---|---|---|---|
AllocationController(fastMemoryManager:FastMemoryManager) | AllocationController | ||
allocate(allocationSize:uint):AllocationData | AllocationController | ||
freeMemory(offset:uint):void | AllocationController | ||
growHeap():void | AllocationController |
AllocationController | () | Constructor |
public function AllocationController(fastMemoryManager:FastMemoryManager)
fastMemoryManager:FastMemoryManager |
allocate | () | method |
public function allocate(allocationSize:uint):AllocationData
Parameters
allocationSize:uint |
AllocationData |
freeMemory | () | method |
public function freeMemory(offset:uint):void
Parameters
offset:uint |
growHeap | () | method |
public function growHeap():void