Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsysmodule.h26 PyAPI_FUNC(size_t) _PySys_GetSizeOf(PyObject *);
/external/python/cpython3/Include/
Dsysmodule.h37 PyAPI_FUNC(size_t) _PySys_GetSizeOf(PyObject *);
/external/python/cpython2/Python/
Dsysmodule.c688 _PySys_GetSizeOf(PyObject *o) in _PySys_GetSizeOf() function
747 size = _PySys_GetSizeOf(o); in sys_getsizeof()
/external/python/cpython3/Modules/_io/
Dbytesio.c946 res += _PySys_GetSizeOf(self->buf); in bytesio_sizeof()
/external/python/cpython3/Python/
Dsysmodule.c1220 _PySys_GetSizeOf(PyObject *o) in _PySys_GetSizeOf() function
1272 size = _PySys_GetSizeOf(o); in sys_getsizeof()
/external/python/cpython3/Modules/
D_pickle.c4246 s = _PySys_GetSizeOf(self->output_buffer); in _pickle_Pickler___sizeof___impl()