_PyObject_DebugMallocStats(): Added some potentially expensive internal
authorTim Peters <tim.peters@gmail.com>
Thu, 18 Apr 2002 22:25:03 +0000 (22:25 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 18 Apr 2002 22:25:03 +0000 (22:25 +0000)
commit08d821582faab8f3b6eeab1b1fd7520417b82b80
tree6a3a04ff2da63cca2ab214b49855f586763c3119
parent64d80c9f40465f9bed18712bc2b792f28dcac162
_PyObject_DebugMallocStats():  Added some potentially expensive internal
consistency checks, enabled only in a debug (Py_DEBUG) build.  Note that
this never gets called automatically unless PYMALLOC_DEBUG is #define'd
too, and the envar PYTHONMALLOCSTATS exists.
Objects/obmalloc.c