Home
last modified time | relevance | path

Searched refs:PyObject_NewVar (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Misc/
Dpymemcompat.h55 #define PyObject_NewVar PyObject_NEW_VAR macro
79 #define PyObject_GC_NewVar PyObject_NewVar
/external/python/cpython3/Doc/c-api/
Dallocation.rst39 .. c:function:: TYPE* PyObject_NewVar(TYPE, PyTypeObject *type, Py_ssize_t size)
54 :c:func:`PyObject_NewVar`. This is normally called from the
Dgcsupport.rst45 Analogous to :c:func:`PyObject_NewVar` but for container objects with the
51 Resize an object allocated by :c:func:`PyObject_NewVar`. Returns the
Dmemory.rst593 :c:func:`PyObject_NewVar` and :c:func:`PyObject_Del`.
/external/python/cpython2/Doc/c-api/
Dallocation.rst50 .. c:function:: TYPE* PyObject_NewVar(TYPE, PyTypeObject *type, Py_ssize_t size)
69 :c:func:`PyObject_NewVar`. This is normally called from the
Dgcsupport.rst48 Analogous to :c:func:`PyObject_NewVar` but for container objects with the
58 Resize an object allocated by :c:func:`PyObject_NewVar`. Returns the
Dmemory.rst287 :c:func:`PyObject_NewVar` and :c:func:`PyObject_Del`.
/external/python/cpython2/Include/
Dobjimpl.h158 #define PyObject_NewVar(type, typeobj, n) \ macro
/external/python/cpython3/Include/
Dobjimpl.h138 #define PyObject_NewVar(type, typeobj, n) \ macro
/external/python/cpython3/Doc/data/
Drefcounts.dat1723 PyObject_NewVar:PyObject*::+1:
1724 PyObject_NewVar::TYPE::
1725 PyObject_NewVar:PyTypeObject*:type:0:
1726 PyObject_NewVar:Py_ssize_t:size::
/external/python/cpython2/Doc/data/
Drefcounts.dat1010 PyObject_NewVar:PyObject*::+1:
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1850 :c:func:`PyObject_New`, :c:func:`PyObject_NewVar`, and :c:func:`PyObject_Del`.
/external/python/cpython3/Doc/whatsnew/
D2.3.rst1850 :c:func:`PyObject_New`, :c:func:`PyObject_NewVar`, and :c:func:`PyObject_Del`.