Home
last modified time | relevance | path

Searched refs:tracebacks (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dtracemalloc.py485 tracebacks = {}
490 traceback = tracebacks[trace_traceback]
499 tracebacks[trace_traceback] = traceback
512 traceback = tracebacks[frame]
519 tracebacks[frame] = traceback
/third_party/python/Modules/
H A D_tracemalloc.c126 /* Hash table used as a set to intern tracebacks:
1187 _Py_hashtable_t *tracebacks; member
1285 get_traces->tracebacks); in tracemalloc_get_traces_fill()
1345 get_traces.tracebacks = NULL; in _tracemalloc__get_traces_impl()
1355 get_traces.tracebacks = hashtable_new(_Py_hashtable_hash_ptr, in _tracemalloc__get_traces_impl()
1358 if (get_traces.tracebacks == NULL) { in _tracemalloc__get_traces_impl()
1405 if (get_traces.tracebacks != NULL) { in _tracemalloc__get_traces_impl()
1406 _Py_hashtable_destroy(get_traces.tracebacks); in _tracemalloc__get_traces_impl()

Completed in 3 milliseconds