Searched defs:basicsize (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Modules/_testlimitedcapi/ |
D | heaptype_relative.c | 23 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/ |
D | gc.c | 1841 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
|
D | gc_free_threading.c | 1692 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/ |
D | object.h | 506 int basicsize; member
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 4647 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
|