Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Dgcmodule.c1493 _PyObject_GC_Malloc(size_t basicsize) in _PyObject_GC_Malloc()
1540 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); in _PyObject_GC_Resize() local
/aosp_15_r20/external/python/cpython3/Modules/
Dgcmodule.c2276 gc_alloc(size_t basicsize, size_t presize) in gc_alloc()
2329 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); in _PyObject_GC_Resize() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobject.h236 int basicsize; member
/aosp_15_r20/external/python/cpython3/Include/
Dobject.h236 int basicsize; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobject.h236 int basicsize; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dobject.h236 int basicsize; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobject.h236 int basicsize; member
/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c3379 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; in reduce_2() local
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c4995 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; in object_getstate_default() local