Searched refs:PyObject_NewVar (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython2/Misc/ |
D | pymemcompat.h | 55 #define PyObject_NewVar PyObject_NEW_VAR macro 79 #define PyObject_GC_NewVar PyObject_NewVar
|
/external/python/cpython3/Doc/c-api/ |
D | allocation.rst | 39 .. c:function:: TYPE* PyObject_NewVar(TYPE, PyTypeObject *type, Py_ssize_t size) 54 :c:func:`PyObject_NewVar`. This is normally called from the
|
D | gcsupport.rst | 45 Analogous to :c:func:`PyObject_NewVar` but for container objects with the 51 Resize an object allocated by :c:func:`PyObject_NewVar`. Returns the
|
D | memory.rst | 593 :c:func:`PyObject_NewVar` and :c:func:`PyObject_Del`.
|
/external/python/cpython2/Doc/c-api/ |
D | allocation.rst | 50 .. c:function:: TYPE* PyObject_NewVar(TYPE, PyTypeObject *type, Py_ssize_t size) 69 :c:func:`PyObject_NewVar`. This is normally called from the
|
D | gcsupport.rst | 48 Analogous to :c:func:`PyObject_NewVar` but for container objects with the 58 Resize an object allocated by :c:func:`PyObject_NewVar`. Returns the
|
D | memory.rst | 287 :c:func:`PyObject_NewVar` and :c:func:`PyObject_Del`.
|
/external/python/cpython2/Include/ |
D | objimpl.h | 158 #define PyObject_NewVar(type, typeobj, n) \ macro
|
/external/python/cpython3/Include/ |
D | objimpl.h | 138 #define PyObject_NewVar(type, typeobj, n) \ macro
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1723 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/ |
D | refcounts.dat | 1010 PyObject_NewVar:PyObject*::+1:
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 1850 :c:func:`PyObject_New`, :c:func:`PyObject_NewVar`, and :c:func:`PyObject_Del`.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.3.rst | 1850 :c:func:`PyObject_New`, :c:func:`PyObject_NewVar`, and :c:func:`PyObject_Del`.
|