|
IDL Reference Guide: iTools Object Classes |
|
The IDLitCommand::GetSize function method returns an approximate value for the amount of memory being used by the items in the data dictionary associated with this object.
Result = Obj->[IDLitCommand::]GetSize([, /KILOBYTES])
Returns the number of bytes of memory used by the data dictionary associated with this object. The returned value is an approximation.
None
Set this keyword to return the number of kilobytes of memory being used by the data dictionary. By default, this function returns the number of bytes of memory being used.
IDL Online Help (March 06, 2007)