• Sjoerd Mullender's avatar
    Implemented two new functions in sys: · 6ec3c653
    Sjoerd Mullender yazdı
    	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!
    6ec3c653
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
BUGS Loading commit data...
ChangeLog Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
TODO Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...