Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dframeobject.c589 frame_sizeof(PyFrameObject *f) in frame_sizeof() function
607 {"__sizeof__", (PyCFunction)frame_sizeof, METH_NOARGS,
/external/python/cpython3/Objects/
Dframeobject.c696 frame_sizeof(PyFrameObject *f, PyObject *Py_UNUSED(ignored)) in frame_sizeof() function
726 {"__sizeof__", (PyCFunction)frame_sizeof, METH_NOARGS,