Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_tracemalloc.c129 static _Py_hashtable_t *tracemalloc_traces = NULL; variable
533 if (_Py_hashtable_foreach(tracemalloc_traces, tracemalloc_use_domain_cb, in tracemalloc_use_domain()
540 _Py_hashtable_destroy(tracemalloc_traces); in tracemalloc_use_domain()
541 tracemalloc_traces = new_traces; in tracemalloc_use_domain()
559 removed = _Py_HASHTABLE_POP(tracemalloc_traces, key, trace); in tracemalloc_remove_trace()
562 removed = _Py_HASHTABLE_POP(tracemalloc_traces, ptr, trace); in tracemalloc_remove_trace()
602 entry = _Py_HASHTABLE_GET_ENTRY(tracemalloc_traces, key); in tracemalloc_add_trace()
605 entry = _Py_HASHTABLE_GET_ENTRY(tracemalloc_traces, ptr); in tracemalloc_add_trace()
610 _Py_HASHTABLE_ENTRY_READ_DATA(tracemalloc_traces, entry, trace); in tracemalloc_add_trace()
616 _Py_HASHTABLE_ENTRY_WRITE_DATA(tracemalloc_traces, entry, trace); in tracemalloc_add_trace()
[all …]
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt111 tracemalloc_traces