Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_tracemalloc.c114 static _Py_hashtable_t *tracemalloc_filenames = NULL; variable
339 entry = _Py_hashtable_get_entry(tracemalloc_filenames, filename); in tracemalloc_get_frame()
347 if (_Py_hashtable_set(tracemalloc_filenames, filename, NULL) < 0) { in tracemalloc_get_frame()
851 _Py_hashtable_clear(tracemalloc_filenames); in tracemalloc_clear_traces()
890 tracemalloc_filenames = hashtable_new(hashtable_hash_pyobject, in tracemalloc_init()
901 if (tracemalloc_filenames == NULL || tracemalloc_tracebacks == NULL in tracemalloc_init()
937 _Py_hashtable_destroy(tracemalloc_filenames); in tracemalloc_deinit()
1604 size += _Py_hashtable_size(tracemalloc_filenames); in _tracemalloc_get_tracemalloc_memory_impl()
/third_party/python/Tools/c-analyzer/
DTODO43 Modules/_tracemalloc.c:tracemalloc_filenames static _Py_hashtable_t *tracemallo…
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2855 Modules/_tracemalloc.c - tracemalloc_filenames -