/external/python/cpython3/Include/ |
D | Python.h | 78 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG) 81 #if defined(PYMALLOC_DEBUG) && !defined(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 | 65 #ifdef WITH_PYMALLOC 179 #ifdef WITH_PYMALLOC 184 #ifdef WITH_PYMALLOC 284 #ifdef WITH_PYMALLOC in _PyMem_GetAllocatorName() 326 #ifdef WITH_PYMALLOC in _PyMem_SetupAllocators() 377 #ifdef WITH_PYMALLOC in _PyMem_GetCurrentAllocatorName() 387 #ifdef WITH_PYMALLOC in _PyMem_GetCurrentAllocatorName() 411 #ifdef WITH_PYMALLOC in _PyMem_GetCurrentAllocatorName() 444 #ifdef WITH_PYMALLOC 723 #ifdef WITH_PYMALLOC [all …]
|
/external/python/cpython3/Include/cpython/ |
D | pymem.h | 46 #ifdef WITH_PYMALLOC
|
D | objimpl.h | 96 #ifdef WITH_PYMALLOC
|
/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. Py_DEBUG implies 142 PYMALLOC_DEBUG (if WITH_PYMALLOC is enabled). 161 WITH_PYMALLOC is enabled). In addition, C assert()s are enabled (via the C way:
|
/external/python/cpython2/PC/os2emx/ |
D | pyconfig.h | 52 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython2/android_x86/pyconfig/ |
D | pyconfig.h | 1124 #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/cpython3/PC/ |
D | pyconfig.h | 481 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython2/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 1133 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython2/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1135 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython2/PC/ |
D | pyconfig.h | 580 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython3/android/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 1551 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython3/android/bionic/pyconfig/ |
D | pyconfig.h | 1557 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython3/android/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1551 #define WITH_PYMALLOC 1 macro
|
/external/python/cpython2/RISCOS/ |
D | pyconfig.h | 241 #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/cpython3/Python/ |
D | pylifecycle.c | 1383 #ifdef WITH_PYMALLOC in Py_FinalizeEx() 1500 #ifdef WITH_PYMALLOC in Py_FinalizeEx()
|
D | sysmodule.c | 1865 #ifdef WITH_PYMALLOC in sys__debugmallocstats_impl()
|
/external/python/cpython2/Objects/ |
D | obmalloc.c | 21 #ifdef WITH_PYMALLOC
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 2891 return _testcapi.WITH_PYMALLOC
|