• Tim Peters's avatar
    New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void). · 7ccfadf3
    Tim Peters yazdı
    This displays stats about the # of arenas, pools, blocks and bytes, to
    stderr, both used and reserved but unused.
    
    CAUTION:  Because PYMALLOC_DEBUG is on, the debug malloc routine adds
    16 bytes to each request.  This makes each block appear two size classes
    higher than it would be if PYMALLOC_DEBUG weren't on.
    
    So far, playing with this confirms the obvious:  there's a lot of activity
    in the "small dict" size class, but nothing in the core makes any use of
    the 8-byte or 16-byte classes.
    7ccfadf3
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...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
PLAN.txt Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...