Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dgcmodule.c2211 _PyObject_GC_Alloc(int use_calloc, size_t basicsize) in _PyObject_GC_Alloc()
2250 _PyObject_GC_Malloc(size_t basicsize) in _PyObject_GC_Malloc()
2256 _PyObject_GC_Calloc(size_t basicsize) in _PyObject_GC_Calloc()
2290 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); in _PyObject_GC_Resize() local
/third_party/python/Include/
Dobject.h203 int basicsize; member
/third_party/python/Objects/
Dtypeobject.c4349 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; in _PyObject_GetState() local