Home
last modified time | relevance | path

Searched refs:_PyObject_GC_Calloc (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dobjimpl.h94 PyAPI_FUNC(PyObject *) _PyObject_GC_Calloc(size_t size);
/third_party/python/Modules/
Dgcmodule.c2281 _PyObject_GC_Calloc(size_t basicsize) in _PyObject_GC_Calloc() function
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst5171 _PyObject_GC_Calloc(). bytes(int) is now using ``calloc()`` instead of