Sjoerd Mullender 6ec3c653da Implemented two new functions in sys:
getcounts() returns a list of counts of allocations and
		deallocations for all different object types.
	getobjects(n [, type ]) returns a list of recently allocated
		and not-yet-freed objects of the given type (all
		objects if no type given).  Only the n most recent
		(all if n==0) objects are returned.
getcounts is only available if compiled with -DCOUNT_ALLOCS,
getobjects is only available if compiled with -DTRACE_REFS.  Note that
everything must be compiled with these options!
1995-08-29 09:18:14 +00:00
..
1995-07-18 14:12:02 +00:00
1995-03-09 12:12:50 +00:00
1995-02-27 10:13:37 +00:00
1995-03-04 22:43:47 +00:00
1995-03-09 12:12:50 +00:00
1995-08-29 09:18:14 +00:00
1995-01-17 16:33:39 +00:00
1995-03-29 16:57:48 +00:00
1995-08-04 04:05:10 +00:00
1995-01-04 19:07:38 +00:00