Searched refs:PyObject_NewVar (Results 1 – 17 of 17) 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/Include/ |
D | objimpl.h | 131 #define PyObject_NewVar(type, typeobj, n) \ macro 136 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n)
|
/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 | 600 :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/Doc/data/ |
D | refcounts.dat | 1752 PyObject_NewVar:PyObject*::+1: 1753 PyObject_NewVar::TYPE:: 1754 PyObject_NewVar:PyTypeObject*:type:0: 1755 PyObject_NewVar:Py_ssize_t:size::
|
/external/python/cpython3/Modules/ |
D | _sre.c | 1341 self = PyObject_NewVar(PatternObject, &Pattern_Type, n); in _sre_compile_impl() 2330 match = PyObject_NewVar(MatchObject, &Match_Type, in pattern_new_match()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a6.rst | 1154 becomes an alias to the :c:func:`PyObject_NewVar` macro, to hide
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1010 PyObject_NewVar:PyObject*::+1:
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 1355 becomes an alias to the :c:func:`PyObject_NewVar` macro. They no longer
|
D | 3.8.rst | 2057 :c:func:`PyObject_NewVar`, :c:func:`PyObject_GC_New`,
|
D | 2.3.rst | 1850 :c:func:`PyObject_New`, :c:func:`PyObject_NewVar`, and :c:func:`PyObject_Del`.
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 1850 :c:func:`PyObject_New`, :c:func:`PyObject_NewVar`, and :c:func:`PyObject_Del`.
|