Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_tracemalloc.c149 static _Py_hashtable_t *tracemalloc_traces = NULL; variable
553 if (_Py_hashtable_foreach(tracemalloc_traces, tracemalloc_use_domain_cb, in tracemalloc_use_domain()
560 _Py_hashtable_destroy(tracemalloc_traces); in tracemalloc_use_domain()
561 tracemalloc_traces = new_traces; in tracemalloc_use_domain()
579 removed = _Py_HASHTABLE_POP(tracemalloc_traces, key, trace); in tracemalloc_remove_trace()
582 removed = _Py_HASHTABLE_POP(tracemalloc_traces, ptr, trace); in tracemalloc_remove_trace()
622 entry = _Py_HASHTABLE_GET_ENTRY(tracemalloc_traces, key); in tracemalloc_add_trace()
625 entry = _Py_HASHTABLE_GET_ENTRY(tracemalloc_traces, ptr); in tracemalloc_add_trace()
630 _Py_HASHTABLE_ENTRY_READ_DATA(tracemalloc_traces, entry, trace); in tracemalloc_add_trace()
636 _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