Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.h55 #define _Py_HASHTABLE_ENTRY_READ_DATA(TABLE, ENTRY, DATA) \ macro
D_tracemalloc.c610 _Py_HASHTABLE_ENTRY_READ_DATA(tracemalloc_traces, entry, trace); in tracemalloc_add_trace()
1290 _Py_HASHTABLE_ENTRY_READ_DATA(traces, entry, trace); in tracemalloc_get_traces_fill()
1311 _Py_HASHTABLE_ENTRY_READ_DATA(tracebacks, entry, obj); in tracemalloc_pyobject_decref_cb()
1747 _Py_HASHTABLE_ENTRY_READ_DATA(tracemalloc_traces, entry, trace); in _PyTraceMalloc_NewReference()
/external/python/cpython3/Python/
Dmarshal.c311 _Py_HASHTABLE_ENTRY_READ_DATA(p->hashtable, entry, w); in w_ref()