Package | com.ericfeminella.utils |
Class | public class AVM2MemoryUtil |
Method | Defined by | ||
---|---|---|---|
getBytes():Number
[static]
Returns the total memory allocated to Flash Player
in bytes
| AVM2MemoryUtil | ||
getKB():Number
[static]
Returns the total memory allocated to Flash Player
in kilobytes
| AVM2MemoryUtil | ||
getMB():Number
[static]
Returns the total memory allocated to Flash Player
in megabytes
| AVM2MemoryUtil |
getBytes | () | method |
public static function getBytes():Number
Returns the total memory allocated to Flash Player in bytes
ReturnsNumber |
getKB | () | method |
public static function getKB():Number
Returns the total memory allocated to Flash Player in kilobytes
ReturnsNumber |
getMB | () | method |
public static function getMB():Number
Returns the total memory allocated to Flash Player in megabytes
ReturnsNumber |