Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_interp.h124 struct _Py_dict_state { struct
300 struct _Py_dict_state dict_state;
/third_party/python/Objects/
Ddictobject.c254 static struct _Py_dict_state *
265 struct _Py_dict_state *state = &interp->dict_state; in _PyDict_ClearFreeList()
282 struct _Py_dict_state *state = &interp->dict_state; in _PyDict_Fini()
293 struct _Py_dict_state *state = get_dict_state(); in _PyDict_DebugMallocStats()
590 struct _Py_dict_state *state = get_dict_state(); in new_keys_object()
630 struct _Py_dict_state *state = get_dict_state(); in free_keys_object()
651 struct _Py_dict_state *state = get_dict_state(); in new_dict()
1295 struct _Py_dict_state *state = get_dict_state(); in dictresize()
2078 struct _Py_dict_state *state = get_dict_state(); in dict_dealloc()