Home
last modified time | relevance | path

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

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