Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dmem.h110 struct _gc_runtime_state { struct
144 PyAPI_FUNC(void) _PyGC_Initialize(struct _gc_runtime_state *); argument
Dpystate.h102 struct _gc_runtime_state gc;
/external/python/cpython3/Modules/
Dgcmodule.c60 _PyGC_Initialize(struct _gc_runtime_state *state) in _PyGC_Initialize()