Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_tracemalloc.c209 static int tracemalloc_reentrant = 0; variable
214 return tracemalloc_reentrant; in get_reentrant()
220 assert(reentrant != tracemalloc_reentrant); in set_reentrant()
221 tracemalloc_reentrant = reentrant; in set_reentrant()