Units for totalAllocatedMemory, availableMemory, etc

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Units for totalAllocatedMemory, availableMemory, etc

Dusty-2
Hi all

Quick one.

EMSystemConfiguration currentImage availableMemory... What unit is this reporting? b? B? Kb? KB? Mb? MB?

Thanks
Dusty

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Units for totalAllocatedMemory, availableMemory, etc

Wayne Johnston
Surely it's bytes.  You can also ask for totalAllocatedMemory, availableNewSpaceMemory, availableOldSpaceMemory

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.