]> granicus.if.org Git - python/commit
_PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats.
authorTim Peters <tim.peters@gmail.com>
Sat, 13 Apr 2002 08:29:14 +0000 (08:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 13 Apr 2002 08:29:14 +0000 (08:29 +0000)
commit0e871188e8cd9a4e41be7c734e250bfce2d92d56
treec7ef141919fceb1f741a27825ceafb093c546021
parentb7ba7433126bff12dd638f11f831fa7bfd0bbf4a
_PyObject_DebugDumpStats:  renamed to _PyObject_DebugMallocStats.
Added code to call this when PYMALLOC_DEBUG is enabled, and envar
PYTHONMALLOCSTATS is set, whenever a new arena is obtained and once
late in the Python shutdown process.
Include/objimpl.h
Objects/obmalloc.c
Python/pythonrun.c