Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.h206 #define _Py_HASHTABLE_POP(TABLE, KEY, DATA) \ macro
D_tracemalloc.c579 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()