Home
last modified time | relevance | path

Searched refs:WITH_PYMALLOC (Results 1 – 25 of 27) sorted by relevance

12

/external/python/cpython3/Include/
DPython.h80 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
83 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
Dobjimpl.h110 #ifdef WITH_PYMALLOC
/external/python/cpython2/Include/
DPython.h74 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
77 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
Dobjimpl.h103 #ifdef WITH_PYMALLOC
/external/python/cpython3/Objects/
Dobmalloc.c64 #ifdef WITH_PYMALLOC
172 #ifdef WITH_PYMALLOC
177 #ifdef WITH_PYMALLOC
282 #ifdef WITH_PYMALLOC in _PyMem_SetupAllocators()
325 #ifdef WITH_PYMALLOC in _PyMem_GetAllocatorsName()
335 #ifdef WITH_PYMALLOC in _PyMem_GetAllocatorsName()
359 #ifdef WITH_PYMALLOC in _PyMem_GetAllocatorsName()
392 #ifdef WITH_PYMALLOC
661 #ifdef WITH_PYMALLOC
2479 #ifdef WITH_PYMALLOC
/external/python/cpython2/PC/os2emx/
Dpyconfig.h52 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h1124 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h1124 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h1124 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h1124 #define WITH_PYMALLOC 1 macro
/external/python/cpython3/PC/
Dpyconfig.h476 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h1135 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h1133 #define WITH_PYMALLOC 1 macro
/external/python/cpython3/Misc/
DSpecialBuilds.txt83 When pymalloc is enabled (WITH_PYMALLOC is defined), calls to the PyObject_
141 Note that PYMALLOC_DEBUG requires WITH_PYMALLOC.
160 WITH_PYMALLOC is enabled). In addition, C assert()s are enabled (via the C way:
/external/python/cpython2/PC/
Dpyconfig.h580 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/Misc/
DSpecialBuilds.txt81 When pymalloc is enabled (WITH_PYMALLOC is defined), calls to the PyObject_
137 Note that PYMALLOC_DEBUG requires WITH_PYMALLOC.
156 WITH_PYMALLOC is enabled). In addition, C assert()s are enabled (via the C way:
/external/python/cpython2/RISCOS/
Dpyconfig.h241 #define WITH_PYMALLOC 1 macro
/external/python/cpython3/Python/
Dpylifecycle.c1155 #ifdef WITH_PYMALLOC in Py_FinalizeEx()
1322 #ifdef WITH_PYMALLOC in Py_FinalizeEx()
Dsysmodule.c1447 #ifdef WITH_PYMALLOC in sys_debugmallocstats()
/external/python/cpython2/Objects/
Dobmalloc.c21 #ifdef WITH_PYMALLOC
/external/python/cpython3/Lib/test/support/
D__init__.py2887 return _testcapi.WITH_PYMALLOC
/external/python/cpython2/
Dpyconfig.h.in1158 #undef WITH_PYMALLOC
/external/python/cpython3/
Dpyconfig.h.in1469 #undef WITH_PYMALLOC
/external/python/cpython3/Doc/library/
Dtest.rst419 Return :data:`_testcapi.WITH_PYMALLOC`.
/external/python/cpython3/Modules/
D_testcapimodule.c5364 #ifdef WITH_PYMALLOC in PyInit__testcapi()

12