Home
last modified time | relevance | path

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

12

/external/python/cpython3/Include/
DPython.h78 #if defined(Py_DEBUG) && defined(WITH_PYMALLOC) && !defined(PYMALLOC_DEBUG)
81 #if defined(PYMALLOC_DEBUG) && !defined(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.c65 #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/
Dpymem.h46 #ifdef WITH_PYMALLOC
Dobjimpl.h96 #ifdef WITH_PYMALLOC
/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. 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/
Dpyconfig.h52 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h1124 #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/cpython3/PC/
Dpyconfig.h481 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h1133 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h1135 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/PC/
Dpyconfig.h580 #define WITH_PYMALLOC 1 macro
/external/python/cpython3/android/darwin_x86_64/pyconfig/
Dpyconfig.h1551 #define WITH_PYMALLOC 1 macro
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h1557 #define WITH_PYMALLOC 1 macro
/external/python/cpython3/android/linux_x86_64/pyconfig/
Dpyconfig.h1551 #define WITH_PYMALLOC 1 macro
/external/python/cpython2/RISCOS/
Dpyconfig.h241 #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/cpython3/Python/
Dpylifecycle.c1383 #ifdef WITH_PYMALLOC in Py_FinalizeEx()
1500 #ifdef WITH_PYMALLOC in Py_FinalizeEx()
Dsysmodule.c1865 #ifdef WITH_PYMALLOC in sys__debugmallocstats_impl()
/external/python/cpython2/Objects/
Dobmalloc.c21 #ifdef WITH_PYMALLOC
/external/python/cpython3/Lib/test/support/
D__init__.py2891 return _testcapi.WITH_PYMALLOC

12