Property | Defined By | ||
---|---|---|---|
defaultHeap : ByteArray [read-only] | FastMemoryManager | ||
fastHeap : ByteArray [read-only] | FastMemoryManager |
Method | Defined By | ||
---|---|---|---|
FastMemoryManager(size:uint) | FastMemoryManager | ||
allocate(allocationSize:uint):uint | FastMemoryManager | ||
freeMemory(offset:uint):void | FastMemoryManager | ||
[static] | FastMemoryManager | ||
reallocate(offset:uint, length:uint, newLength:uint):uint | FastMemoryManager | ||
switchToDefaultHeap():void | FastMemoryManager | ||
switchToFastHeap():void | FastMemoryManager |
defaultHeap | property |
defaultHeap:ByteArray
[read-only] public function get defaultHeap():ByteArray
fastHeap | property |
fastHeap:ByteArray
[read-only] public function get fastHeap():ByteArray
FastMemoryManager | () | Constructor |
public function FastMemoryManager(size:uint)
size:uint |
allocate | () | method |
public function allocate(allocationSize:uint):uint
Parameters
allocationSize:uint |
uint |
freeMemory | () | method |
public function freeMemory(offset:uint):void
Parameters
offset:uint |
getInstance | () | method |
reallocate | () | method |
public function reallocate(offset:uint, length:uint, newLength:uint):uint
Parameters
offset:uint | |
length:uint | |
newLength:uint |
uint |
switchToDefaultHeap | () | method |
public function switchToDefaultHeap():void
switchToFastHeap | () | method |
public function switchToFastHeap():void