Home
last modified time | relevance | path

Searched defs:basicsize (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
Dgcmodule.c1493 _PyObject_GC_Malloc(size_t basicsize) in _PyObject_GC_Malloc()
1540 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); in _PyObject_GC_Resize() local
/external/python/cpython3/Modules/
Dgcmodule.c2276 gc_alloc(size_t basicsize, size_t presize) in gc_alloc()
2329 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); in _PyObject_GC_Resize() local
/external/python/cpython3/Include/
Dobject.h236 int basicsize; member
/external/python/cpython2/Objects/
Dtypeobject.c3379 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; in reduce_2() local
/external/python/cpython3/Objects/
Dtypeobject.c4995 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; in object_getstate_default() local