Gc info

From Liberty Eiffel Wiki
Revision as of 11:34, 9 September 2005 by 152.81.15.54 (talk)
Jump to navigation Jump to search

Column "Number created"

This is the number of objects (of the specified type) created since program start, (i.e. this figure is accumulative). This is not the number of actually existing objects.

Column "Total size"

This is the same as "Number created", except the unit is bytes.

Column "Store left"

I conjecture this means the memory allocated but not occupied after the GC cycle, and the unit is that of column "Total size". Is this right?

Where is the information about the freed memory?

i.e. about the effect of the last GC cycle?

What does the cryptic final lines mean?

  • C-stack=xx
  • main-table=xx/yyyy
  • fsoc:xx(free=yy ceil=zz)
  • rsoc:xx(ceil=yy)