Home
last modified time | relevance | path

Searched refs:_PyTraceMalloc_GetTraceback (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dpymem.h55 PyAPI_FUNC(PyObject*) _PyTraceMalloc_GetTraceback(
/external/python/cpython3/Modules/
D_tracemalloc.c1723 _PyTraceMalloc_GetTraceback(unsigned int domain, uintptr_t ptr) in _PyTraceMalloc_GetTraceback() function
D_testcapimodule.c4311 return _PyTraceMalloc_GetTraceback(domain, (uintptr_t)ptr); in tracemalloc_get_traceback()
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a1.rst1469 :mod:`tracemalloc` module. Add :c:func:`_PyTraceMalloc_GetTraceback` to get