Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobjimpl.h59 #ifdef WITH_PYMALLOC
Dpymem.h40 #ifdef WITH_PYMALLOC
/third_party/python/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 …]
/third_party/python/PC/
Dpyconfig.h484 #define WITH_PYMALLOC 1 macro
/third_party/python/Python/
Dpylifecycle.c1741 #ifdef WITH_PYMALLOC in Py_FinalizeEx()
1855 #ifdef WITH_PYMALLOC in Py_FinalizeEx()
Dsysmodule.c1894 #ifdef WITH_PYMALLOC in sys__debugmallocstats_impl()
/third_party/python/Lib/test/support/
D__init__.py1795 return _testcapi.WITH_PYMALLOC
/third_party/python/
Dpyconfig.h.in1584 #undef WITH_PYMALLOC
Dconfigure.ac3583 AC_DEFINE(WITH_PYMALLOC, 1, definition
/third_party/python/Doc/library/
Dtest.rst415 Return :data:`_testcapi.WITH_PYMALLOC`.
/third_party/python/Modules/
D_testcapimodule.c7268 #ifdef WITH_PYMALLOC in PyInit__testcapi()