Home
last modified time | relevance | path

Searched refs:PyMem_SetupDebugHooks (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/cpython/
Dpymem.h98 PyAPI_FUNC(void) PyMem_SetupDebugHooks(void);
/third_party/python/Doc/c-api/
Dmemory.rst476 the :c:func:`PyMem_SetupDebugHooks` function must be called to reinstall the
480 .. c:function:: void PyMem_SetupDebugHooks(void)
492 :c:func:`PyMem_SetupDebugHooks` function is called at the :ref:`Python
499 The :c:func:`PyMem_SetupDebugHooks` function can be used to set debug hooks
577 The :c:func:`PyMem_SetupDebugHooks` function now also works on Python
Dinit.rst30 * :c:func:`PyMem_SetupDebugHooks`
/third_party/python/Objects/
Dobmalloc.c338 PyMem_SetupDebugHooks(); in _PyMem_SetupAllocators()
353 PyMem_SetupDebugHooks(); in _PyMem_SetupAllocators()
512 PyMem_SetupDebugHooks(void) in PyMem_SetupDebugHooks() function
/third_party/python/Doc/library/
Ddevmode.rst52 See the :c:func:`PyMem_SetupDebugHooks` C function.
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst1370 (:c:func:`PyMem_SetupDebugHooks` function). Byte patterns ``0xCB``, ``0xDB``
D3.6.0a1.rst256 The :c:func:`PyMem_SetupDebugHooks` function can now also be used on Python
/third_party/python/Doc/whatsnew/
D3.6.rst658 See the :c:func:`PyMem_SetupDebugHooks` function for debug hooks on Python