Home
last modified time | relevance | path

Searched refs:_PyObject_GC_TRACK (Results 1 – 25 of 52) sorted by relevance

123

/external/python/cpython2/Objects/
Diterobject.c26 _PyObject_GC_TRACK(it); in PySeqIter_New()
153 _PyObject_GC_TRACK(it); in PyCallIter_New()
Dgenobject.c28 _PyObject_GC_TRACK(self); in gen_dealloc()
395 _PyObject_GC_TRACK(gen); in PyGen_New()
Dcellobject.c16 _PyObject_GC_TRACK(op); in PyCell_New()
Dmemoryobject.c68 _PyObject_GC_TRACK(mview); in PyMemoryView_FromBuffer()
275 _PyObject_GC_TRACK(mem); in PyMemoryView_GetContiguous()
322 _PyObject_GC_TRACK(mem); in PyMemoryView_GetContiguous()
Dtupleobject.c106 _PyObject_GC_TRACK(op); in PyTuple_New()
883 _PyObject_GC_TRACK(sv); in _PyTuple_Resize()
1035 _PyObject_GC_TRACK(it); in tuple_iter()
Dsliceobject.c79 _PyObject_GC_TRACK(obj); in PySlice_New()
Dmethodobject.c36 _PyObject_GC_TRACK(op); in PyCFunction_NewEx()
Ddescrobject.c922 _PyObject_GC_TRACK(pp); in PyDictProxy_New()
1111 _PyObject_GC_TRACK(wp); in PyWrapper_New()
Dclassobject.c134 _PyObject_GC_TRACK(op); in PyClass_New()
544 _PyObject_GC_TRACK(inst); in PyInstance_NewRaw()
690 _PyObject_GC_TRACK(inst); in instance_dealloc()
2272 _PyObject_GC_TRACK(im); in PyMethod_New()
/external/python/cpython3/Objects/
Diterobject.c29 _PyObject_GC_TRACK(it); in PySeqIter_New()
191 _PyObject_GC_TRACK(it); in PyCallIter_New()
Dgenobject.c113 _PyObject_GC_TRACK(self); in gen_dealloc()
809 _PyObject_GC_TRACK(gen); in gen_new_with_qualname()
910 _PyObject_GC_TRACK(cw); in coro_await()
1672 _PyObject_GC_TRACK((PyObject*)o); in async_gen_asend_new()
1766 _PyObject_GC_TRACK((PyObject*)o); in _PyAsyncGenValueWrapperNew()
2052 _PyObject_GC_TRACK((PyObject*)o); in async_gen_athrow_new()
Dcellobject.c17 _PyObject_GC_TRACK(op); in PyCell_New()
Dclassobject.c115 _PyObject_GC_TRACK(im); in PyMethod_New()
385 _PyObject_GC_TRACK(method); in PyInstanceMethod_New()
Dtupleobject.c36 _PyObject_GC_TRACK(op); in tuple_gc_track()
956 _PyObject_GC_TRACK(sv); in _PyTuple_Resize()
1133 _PyObject_GC_TRACK(it); in tuple_iter()
Ddescrobject.c1225 _PyObject_GC_TRACK(mappingproxy); in mappingproxy_new_impl()
1241 _PyObject_GC_TRACK(pp); in PyDictProxy_New()
1449 _PyObject_GC_TRACK(wp); in PyWrapper_New()
Dstructseq.c192 _PyObject_GC_TRACK(res); in structseq_new_impl()
Dsliceobject.c141 _PyObject_GC_TRACK(obj); in PySlice_New()
Dmethodobject.c114 _PyObject_GC_TRACK(op); in PyCMethod_New()
Dgenericaliasobject.c633 _PyObject_GC_TRACK(alias); in Py_GenericAlias()
/external/python/cpython3/Include/internal/
Dpycore_object.h51 #define _PyObject_GC_TRACK(op) \ macro
/external/python/cpython2/Include/
Dobjimpl.h286 #define _PyObject_GC_TRACK(o) do { \ macro
/external/python/cpython3/Python/
Dcontext.c375 _PyObject_GC_TRACK(ctx); in context_new_empty()
391 _PyObject_GC_TRACK(ctx); in context_new_from_vars()
Dhamt.c561 _PyObject_GC_TRACK(node); in hamt_node_bitmap_new()
1293 _PyObject_GC_TRACK(node); in hamt_node_collision_new()
1658 _PyObject_GC_TRACK(node); in hamt_node_array_new()
/external/python/cpython2/Doc/c-api/
Dgcsupport.rst75 .. c:function:: void _PyObject_GC_TRACK(PyObject *op)
/external/python/cpython3/Doc/c-api/
Dgcsupport.rst117 The :c:func:`_PyObject_GC_TRACK` and :c:func:`_PyObject_GC_UNTRACK` macros

123