Searched defs:PYMALLOC_DEBUG (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Include/
H A DPython.h55 /* Debug-mode build with pymalloc implies PYMALLOC_DEBUG.
56 * PYMALLOC_DEBUG is in error if pymalloc is not in use.
58 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
59 #define PYMALLOC_DEBUG macro
61 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
62 #error "PYMALLOC_DEBUG requires WITH_PYMALLOC"
/external/python/cpython2/Include/
H A DPython.h68 /* Debug-mode build with pymalloc implies PYMALLOC_DEBUG.
69 * PYMALLOC_DEBUG is in error if pymalloc is not in use.
71 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
72 #define PYMALLOC_DEBUG macro
74 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
75 #error "PYMALLOC_DEBUG requires WITH_PYMALLOC"

Completed in 100 milliseconds