Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_tracemalloc.c197 static int tracemalloc_reentrant = 0; variable
202 return tracemalloc_reentrant; in get_reentrant()
208 assert(reentrant != tracemalloc_reentrant); in set_reentrant()
209 tracemalloc_reentrant = reentrant; in set_reentrant()