Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dgcmodule.c2236 _PyObject_GC_Alloc(int use_calloc, size_t basicsize) in _PyObject_GC_Alloc()
2275 _PyObject_GC_Malloc(size_t basicsize) in _PyObject_GC_Malloc()
2281 _PyObject_GC_Calloc(size_t basicsize) in _PyObject_GC_Calloc()
2319 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); in _PyObject_GC_Resize() local
/third_party/python/Include/
Dobject.h224 int basicsize; member
/third_party/python/Objects/
Dtypeobject.c4931 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; in _PyObject_GetState() local