Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testlimitedcapi/
Dheaptype_relative.c23 int extra_base_size, basicsize; in make_sized_heaptypes() local
121 int basicsize, itemsize; in subclass_var_heaptype() local
153 int basicsize, itemsize; in subclass_heaptype() local
265 int extra_base_size, basicsize, offset, add_flag; in make_heaptype_with_member() local
/external/python/cpython3/Python/
Dgc.c1841 gc_alloc(PyTypeObject *tp, size_t basicsize, size_t presize) in gc_alloc()
1911 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); in _PyObject_GC_Resize() local
Dgc_free_threading.c1692 gc_alloc(PyTypeObject *tp, size_t basicsize, size_t presize) in gc_alloc()
1763 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); in _PyObject_GC_Resize() local
/external/python/cpython3/Include/
Dobject.h506 int basicsize; member
/external/python/cpython3/Objects/
Dtypeobject.c4647 Py_ssize_t basicsize = spec->basicsize; in _PyType_FromMetaclass_impl() local
6629 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; in object_getstate_default() local