Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_tracemalloc.c1238 _Py_hashtable_t *domains2 = (_Py_hashtable_t *)user_data; in tracemalloc_copy_domain() local
1244 if (_Py_hashtable_set(domains2, TO_PTR(domain), traces2) < 0) { in tracemalloc_copy_domain()
1255 _Py_hashtable_t *domains2 = tracemalloc_create_domains_table(); in tracemalloc_copy_domains() local
1256 if (domains2 == NULL) { in tracemalloc_copy_domains()
1262 domains2); in tracemalloc_copy_domains()
1264 _Py_hashtable_destroy(domains2); in tracemalloc_copy_domains()
1267 return domains2; in tracemalloc_copy_domains()