/external/python/cpython3/Include/ |
D | Python.h | 80 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG) 83 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
|
D | objimpl.h | 110 #ifdef WITH_PYMALLOC
|
/external/python/cpython2/Include/ |
D | Python.h | 74 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG) 77 #if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
|
D | objimpl.h | 103 #ifdef WITH_PYMALLOC
|
/external/python/cpython3/Objects/ |
D | obmalloc.c | 64 #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/ |
D | pyconfig.h | 52 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython2/android_arm/pyconfig/ |
D | pyconfig.h | 1124 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython2/android_arm64/pyconfig/ |
D | pyconfig.h | 1124 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython2/android_x86_64/pyconfig/ |
D | pyconfig.h | 1124 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython2/android_x86/pyconfig/ |
D | pyconfig.h | 1124 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython3/PC/ |
D | pyconfig.h | 476 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython2/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1135 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython2/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 1133 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython3/Misc/ |
D | SpecialBuilds.txt | 83 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/ |
D | pyconfig.h | 580 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython2/Misc/ |
D | SpecialBuilds.txt | 81 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/ |
D | pyconfig.h | 241 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 1155 #ifdef WITH_PYMALLOC in Py_FinalizeEx() 1322 #ifdef WITH_PYMALLOC in Py_FinalizeEx()
|
D | sysmodule.c | 1447 #ifdef WITH_PYMALLOC in sys_debugmallocstats()
|
/external/python/cpython2/Objects/ |
D | obmalloc.c | 21 #ifdef WITH_PYMALLOC
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 2887 return _testcapi.WITH_PYMALLOC
|
/external/python/cpython2/ |
D | pyconfig.h.in | 1158 #undef WITH_PYMALLOC
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1469 #undef WITH_PYMALLOC
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 419 Return :data:`_testcapi.WITH_PYMALLOC`.
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 5364 #ifdef WITH_PYMALLOC in PyInit__testcapi()
|