Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dframeobject.c769 frame_alloc(PyCodeObject *code) in frame_alloc() function
883 PyFrameObject *f = frame_alloc(code); in _PyFrame_New_NoTrack()