Home
last modified time | relevance | path

Searched refs:PYMALLOC_DEBUG (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/
DPython.h80 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
81 #define PYMALLOC_DEBUG macro
83 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
/external/python/cpython2/Include/
DPython.h74 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
75 #define PYMALLOC_DEBUG macro
77 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
Dpymem.h60 #ifdef PYMALLOC_DEBUG
Dobjimpl.h104 #ifdef PYMALLOC_DEBUG /* WITH_PYMALLOC && PYMALLOC_DEBUG */
/external/python/cpython3/Misc/
DSpecialBuilds.txt80 PYMALLOC_DEBUG
86 If PYMALLOC_DEBUG is also defined, calls to both PyObject_ and PyMem_ memory
141 Note that PYMALLOC_DEBUG requires WITH_PYMALLOC.
159 Py_DEBUG implies LLTRACE, Py_REF_DEBUG, Py_TRACE_REFS, and PYMALLOC_DEBUG (if
DHISTORY18528 - ``PYMALLOC_DEBUG`` builds now add ``4*sizeof(size_t)`` bytes of debugging
18531 some purposes on 64-bit boxes. A ``PYMALLOC_DEBUG`` build was limited
/external/python/cpython2/Misc/
DSpecialBuilds.txt78 PYMALLOC_DEBUG
84 If PYMALLOC_DEBUG is also defined, calls to both PyObject_ and PyMem_ memory
137 Note that PYMALLOC_DEBUG requires WITH_PYMALLOC.
155 Py_DEBUG implies LLTRACE, Py_REF_DEBUG, Py_TRACE_REFS, and PYMALLOC_DEBUG (if
DHISTORY1144 - ``PYMALLOC_DEBUG`` builds now add ``4*sizeof(size_t)`` bytes of debugging
1147 some purposes on 64-bit boxes. A ``PYMALLOC_DEBUG`` build was limited
/external/python/cpython2/Objects/
Dobmalloc.c544 #ifdef PYMALLOC_DEBUG
564 #ifdef PYMALLOC_DEBUG in new_arena()
634 #ifdef PYMALLOC_DEBUG in new_arena()
1329 #ifdef PYMALLOC_DEBUG
/external/python/cpython2/Python/
Dpythonrun.c563 #ifdef PYMALLOC_DEBUG in Py_Finalize()