Searched refs:WITH_PYMALLOC (Results 1 - 7 of 7) sorted by relevance

/external/python/cpython2/Include/
H A DPython.h71 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
74 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
75 #error "PYMALLOC_DEBUG requires WITH_PYMALLOC"
H A Dobjimpl.h50 specialized Python allocator (implemented in obmalloc.c), if WITH_PYMALLOC is
75 object allocator. If WITH_PYMALLOC is enabled, these may differ from
103 #ifdef WITH_PYMALLOC
104 #ifdef PYMALLOC_DEBUG /* WITH_PYMALLOC && PYMALLOC_DEBUG */
125 #else /* WITH_PYMALLOC && ! PYMALLOC_DEBUG */
131 #else /* ! WITH_PYMALLOC */
136 #endif /* WITH_PYMALLOC */
/external/python/cpython2/PC/os2emx/
H A Dpyconfig.h52 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/PC/
H A Dpyconfig.h580 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/RISCOS/
H A Dpyconfig.h241 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/
H A Dpyconfig.h.in1128 #undef WITH_PYMALLOC
/external/python/cpython2/Objects/
H A Dobmalloc.c21 #ifdef WITH_PYMALLOC
1304 #else /* ! WITH_PYMALLOC */
1327 #endif /* WITH_PYMALLOC */

Completed in 227 milliseconds