Home
last modified time | relevance | path

Searched defs:basicsize (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/
H A Dobject.h236 int basicsize; member
/third_party/python/Modules/
H A Dgcmodule.c2276 gc_alloc(size_t basicsize, size_t presize) in gc_alloc() argument
2329 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); in _PyObject_GC_Resize() local
/third_party/python/Objects/
H A Dtypeobject.c4995 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; in object_getstate_default() local

Completed in 16 milliseconds