Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_tracemalloc.c127 static _Py_hashtable_t *tracemalloc_traces = NULL; variable
489 return tracemalloc_traces; in tracemalloc_get_traces_table()
843 _Py_hashtable_clear(tracemalloc_traces); in tracemalloc_clear_traces()
898 tracemalloc_traces = tracemalloc_create_traces_table(); in tracemalloc_init()
902 || tracemalloc_traces == NULL || tracemalloc_domains == NULL) { in tracemalloc_init()
935 _Py_hashtable_destroy(tracemalloc_traces); in tracemalloc_deinit()
1362 get_traces.traces = tracemalloc_copy_traces(tracemalloc_traces); in _tracemalloc__get_traces_impl()
1607 size += _Py_hashtable_size(tracemalloc_traces); in _tracemalloc_get_tracemalloc_memory_impl()
1795 trace_t *trace = _Py_hashtable_get(tracemalloc_traces, TO_PTR(ptr)); in _PyTraceMalloc_NewReference()
/third_party/python/Tools/c-analyzer/
DTODO48 Modules/_tracemalloc.c:tracemalloc_traces static _Py_hashtable_t *tracemallo…
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2858 Modules/_tracemalloc.c - tracemalloc_traces -