Searched refs:PyMem_SetupDebugHooks (Results 1 – 8 of 8) sorted by relevance
98 PyAPI_FUNC(void) PyMem_SetupDebugHooks(void);
476 the :c:func:`PyMem_SetupDebugHooks` function must be called to reinstall the480 .. c:function:: void PyMem_SetupDebugHooks(void)492 :c:func:`PyMem_SetupDebugHooks` function is called at the :ref:`Python499 The :c:func:`PyMem_SetupDebugHooks` function can be used to set debug hooks577 The :c:func:`PyMem_SetupDebugHooks` function now also works on Python
30 * :c:func:`PyMem_SetupDebugHooks`
338 PyMem_SetupDebugHooks(); in _PyMem_SetupAllocators()353 PyMem_SetupDebugHooks(); in _PyMem_SetupAllocators()512 PyMem_SetupDebugHooks(void) in PyMem_SetupDebugHooks() function
52 See the :c:func:`PyMem_SetupDebugHooks` C function.
1370 (:c:func:`PyMem_SetupDebugHooks` function). Byte patterns ``0xCB``, ``0xDB``
256 The :c:func:`PyMem_SetupDebugHooks` function can now also be used on Python
658 See the :c:func:`PyMem_SetupDebugHooks` function for debug hooks on Python