Searched refs:PYMALLOC_DEBUG (Results 1 – 10 of 10) sorted by relevance
80 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)81 #define PYMALLOC_DEBUG macro83 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
74 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)75 #define PYMALLOC_DEBUG macro77 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
60 #ifdef PYMALLOC_DEBUG
104 #ifdef PYMALLOC_DEBUG /* WITH_PYMALLOC && PYMALLOC_DEBUG */
80 PYMALLOC_DEBUG86 If PYMALLOC_DEBUG is also defined, calls to both PyObject_ and PyMem_ memory141 Note that PYMALLOC_DEBUG requires WITH_PYMALLOC.159 Py_DEBUG implies LLTRACE, Py_REF_DEBUG, Py_TRACE_REFS, and PYMALLOC_DEBUG (if
18528 - ``PYMALLOC_DEBUG`` builds now add ``4*sizeof(size_t)`` bytes of debugging18531 some purposes on 64-bit boxes. A ``PYMALLOC_DEBUG`` build was limited
78 PYMALLOC_DEBUG84 If PYMALLOC_DEBUG is also defined, calls to both PyObject_ and PyMem_ memory137 Note that PYMALLOC_DEBUG requires WITH_PYMALLOC.155 Py_DEBUG implies LLTRACE, Py_REF_DEBUG, Py_TRACE_REFS, and PYMALLOC_DEBUG (if
1144 - ``PYMALLOC_DEBUG`` builds now add ``4*sizeof(size_t)`` bytes of debugging1147 some purposes on 64-bit boxes. A ``PYMALLOC_DEBUG`` build was limited
544 #ifdef PYMALLOC_DEBUG564 #ifdef PYMALLOC_DEBUG in new_arena()634 #ifdef PYMALLOC_DEBUG in new_arena()1329 #ifdef PYMALLOC_DEBUG
563 #ifdef PYMALLOC_DEBUG in Py_Finalize()