Searched refs:PyMem_SetupDebugHooks (Results 1 – 7 of 7) sorted by relevance
230 PyAPI_FUNC(void) PyMem_SetupDebugHooks(void);
292 PyMem_SetupDebugHooks(); in _PyMem_SetupAllocators()303 PyMem_SetupDebugHooks(); in _PyMem_SetupAllocators()460 PyMem_SetupDebugHooks(void) in PyMem_SetupDebugHooks() function
354 * "+ debug": with debug hooks installed by :c:func:`PyMem_SetupDebugHooks`435 the :c:func:`PyMem_SetupDebugHooks` function must be called to reinstall the439 .. c:function:: void PyMem_SetupDebugHooks(void)
28 * :c:func:`PyMem_SetupDebugHooks`
434 :c:func:`PyMem_SetupDebugHooks` C function.739 :c:func:`PyMem_SetupDebugHooks` function (install debug hooks on Python
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