Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: A collection of garbage

From: antonr:iinet:au at: 9-Jul-2003 0:29

Well, we could probably check whether unreferenced blocks are recycled by using the new 'stats function:
>> ? stats
USAGE: STATS /pools /types /series /frames /recycle DESCRIPTION: System statistics. Default is to return total memory used. STATS is a native value. REFINEMENTS: /pools -- Returns: width units free-units units-per-alloc segments mem-in-use /types -- Returns: Datatype count /series -- Returns: total blocks strings other avail free expansions /frames -- Returns: total used unused free values-total /recycle -- Returns: count series-total series-last frames-total frames-last ballast Anton.