Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgcmodule.c1685 _PyObject_GC_Alloc(int use_calloc, size_t basicsize) in _PyObject_GC_Alloc()
1716 _PyObject_GC_Malloc(size_t basicsize) in _PyObject_GC_Malloc()
1722 _PyObject_GC_Calloc(size_t basicsize) in _PyObject_GC_Calloc()
1756 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); in _PyObject_GC_Resize() local
/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/Include/
Dobject.h445 int basicsize; member
/external/python/cpython3/Objects/
Dtypeobject.c4152 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; in _PyObject_GetState() local
/external/python/cpython2/Objects/
Dtypeobject.c3379 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; in reduce_2() local