Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpymem.h230 PyAPI_FUNC(void) PyMem_SetupDebugHooks(void);
/external/python/cpython3/Objects/
Dobmalloc.c292 PyMem_SetupDebugHooks(); in _PyMem_SetupAllocators()
303 PyMem_SetupDebugHooks(); in _PyMem_SetupAllocators()
460 PyMem_SetupDebugHooks(void) in PyMem_SetupDebugHooks() function
/external/python/cpython3/Doc/c-api/
Dmemory.rst354 * "+ debug": with debug hooks installed by :c:func:`PyMem_SetupDebugHooks`
435 the :c:func:`PyMem_SetupDebugHooks` function must be called to reinstall the
439 .. c:function:: void PyMem_SetupDebugHooks(void)
Dinit.rst28 * :c:func:`PyMem_SetupDebugHooks`
/external/python/cpython3/Doc/using/
Dcmdline.rst434 :c:func:`PyMem_SetupDebugHooks` C function.
739 :c:func:`PyMem_SetupDebugHooks` function (install debug hooks on Python
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a1.rst256 The :c:func:`PyMem_SetupDebugHooks` function can now also be used on Python
/external/python/cpython3/Doc/whatsnew/
D3.6.rst658 See the :c:func:`PyMem_SetupDebugHooks` function for debug hooks on Python