Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_tracemalloc.c51 int use_domain; member
543 assert(!tracemalloc_config.use_domain); in tracemalloc_use_domain()
563 tracemalloc_config.use_domain = 1; in tracemalloc_use_domain()
577 if (tracemalloc_config.use_domain) { in tracemalloc_remove_trace()
613 if (!tracemalloc_config.use_domain && domain != DEFAULT_DOMAIN) { in tracemalloc_add_trace()
621 if (tracemalloc_config.use_domain) { in tracemalloc_add_trace()
642 if (tracemalloc_config.use_domain) { in tracemalloc_add_trace()
999 if (tracemalloc_config.use_domain) { in tracemalloc_init()
1302 if (tracemalloc_config.use_domain) { in tracemalloc_get_traces_fill()
1421 if (tracemalloc_config.use_domain) { in tracemalloc_get_traceback()