Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_capi.py709 PYTHONMALLOC = 'debug' variable in PyMemDebugTests
716 PYTHONMALLOC=self.PYTHONMALLOC)
786 assert_python_ok('-c', code, PYTHONMALLOC=self.PYTHONMALLOC)
802 PYTHONMALLOC = 'malloc_debug' variable in PyMemMallocDebugTests
807 PYTHONMALLOC = 'pymalloc_debug' variable in PyMemPymallocDebugTests
813 PYTHONMALLOC = '' variable in PyMemDefaultTests
/external/python/cpython3/Doc/library/
Ddevmode.rst22 PYTHONMALLOC=debug PYTHONASYNCIODEBUG=1 python3 -W default -X faulthandler
52 It behaves as if the :envvar:`PYTHONMALLOC` environment variable is set to
56 memory allocators, set the :envvar:`PYTHONMALLOC` environment variable to
/external/python/cpython3/Misc/
DREADME.valgrind9 UPDATE: Python 3.6 now supports PYTHONMALLOC=malloc environment variable which
/external/python/cpython3/Doc/c-api/
Dmemory.rst88 The :envvar:`PYTHONMALLOC` environment variable can be used to configure
350 * Name: value for :envvar:`PYTHONMALLOC` environment variable
465 mode. The :envvar:`PYTHONMALLOC` environment variable can be used to install
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst81 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
D3.7.0a4.rst817 ``PYTHONMALLOC`` environment variable is not set.
D3.6.0a1.rst98 ``PYTHONMALLOC=debug`` environment variable to validate the usage of memory
246 Add :envvar:`PYTHONMALLOC` environment variable to set the Python memory
D3.8.0a1.rst935 PYTHONMALLOC even if the developer mode is enabled.
1527 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst100 * The new :ref:`PYTHONMALLOC <whatsnew36-pythonmalloc>` environment variable
126 See the :ref:`PYTHONMALLOC section <whatsnew36-pythonmalloc>` for more
636 PYTHONMALLOC environment variable
639 The new :envvar:`PYTHONMALLOC` environment variable allows setting the Python
643 compiled in release mode using ``PYTHONMALLOC=debug``. Effects of debug hooks:
662 the C library for all Python memory allocations using ``PYTHONMALLOC=malloc``.
2336 :envvar:`PYTHONMALLOC` environment variable to ``debug`` to validate the
/external/python/pybind11/tests/
DCMakeLists.txt409 PYTHONMALLOC=malloc
/external/python/cpython3/Doc/using/
Dcmdline.rst770 .. envvar:: PYTHONMALLOC
808 This variable is ignored if the :envvar:`PYTHONMALLOC` environment variable