Packagecom.ericfeminella.utils
Classpublic class AVM2MemoryUtil

All static class which returns the current memory allocated to a Flash Player instance as either bytes, kilobytes or megabytes



Public Methods
 MethodDefined 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
Method detail
getBytes()method
public static function getBytes():Number

Returns the total memory allocated to Flash Player in bytes

Returns
Number
getKB()method 
public static function getKB():Number

Returns the total memory allocated to Flash Player in kilobytes

Returns
Number
getMB()method 
public static function getMB():Number

Returns the total memory allocated to Flash Player in megabytes

Returns
Number