Home
last modified time | relevance | path

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

/third_party/python/Include/
Dtracemalloc.h33 PyAPI_FUNC(PyObject*) _PyTraceMalloc_GetTraceback(
/third_party/python/Modules/
D_tracemalloc.c1812 _PyTraceMalloc_GetTraceback(unsigned int domain, uintptr_t ptr) in _PyTraceMalloc_GetTraceback() function
D_testcapimodule.c4953 return _PyTraceMalloc_GetTraceback(domain, (uintptr_t)ptr); in tracemalloc_get_traceback()
/third_party/python/Misc/NEWS.d/
D3.6.0a1.rst1468 :mod:`tracemalloc` module. Add :c:func:`_PyTraceMalloc_GetTraceback` to get