Home
last modified time | relevance | path

Searched refs:PyTraceMalloc_Untrack (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dtracemalloc.h21 PyAPI_FUNC(int) PyTraceMalloc_Untrack(
/third_party/python/Doc/data/
Drefcounts.dat2234 PyTraceMalloc_Untrack:int:::
2235 PyTraceMalloc_Untrack:unsigned int:domain::
2236 PyTraceMalloc_Untrack:uintptr_t:ptr::
/third_party/python/Modules/
D_tracemalloc.c1753 PyTraceMalloc_Untrack(unsigned int domain, uintptr_t ptr) in PyTraceMalloc_Untrack() function
D_testcapimodule.c4931 res = PyTraceMalloc_Untrack(domain, (uintptr_t)ptr); in tracemalloc_untrack()
/third_party/python/Doc/c-api/
Dmemory.rst658 .. c:function:: int PyTraceMalloc_Untrack(unsigned int domain, uintptr_t ptr)
/third_party/python/Doc/whatsnew/
D3.7.rst1668 :c:func:`PyTraceMalloc_Track` and :c:func:`PyTraceMalloc_Untrack`