Searched refs:_PyObject_GC_TRACK (Results 1 – 25 of 51) sorted by relevance
123
26 _PyObject_GC_TRACK(it); in PySeqIter_New()153 _PyObject_GC_TRACK(it); in PyCallIter_New()
28 _PyObject_GC_TRACK(self); in gen_dealloc()395 _PyObject_GC_TRACK(gen); in PyGen_New()
16 _PyObject_GC_TRACK(op); in PyCell_New()
68 _PyObject_GC_TRACK(mview); in PyMemoryView_FromBuffer()275 _PyObject_GC_TRACK(mem); in PyMemoryView_GetContiguous()322 _PyObject_GC_TRACK(mem); in PyMemoryView_GetContiguous()
106 _PyObject_GC_TRACK(op); in PyTuple_New()883 _PyObject_GC_TRACK(sv); in _PyTuple_Resize()1035 _PyObject_GC_TRACK(it); in tuple_iter()
79 _PyObject_GC_TRACK(obj); in PySlice_New()
36 _PyObject_GC_TRACK(op); in PyCFunction_NewEx()
134 _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()
922 _PyObject_GC_TRACK(pp); in PyDictProxy_New()1111 _PyObject_GC_TRACK(wp); in PyWrapper_New()
59 _PyObject_GC_TRACK(op); in PyFunction_New()
29 _PyObject_GC_TRACK(it); in PySeqIter_New()192 _PyObject_GC_TRACK(it); in PyCallIter_New()
126 _PyObject_GC_TRACK(self); in gen_dealloc()806 _PyObject_GC_TRACK(gen); in gen_new_with_qualname()923 _PyObject_GC_TRACK(cw); in coro_await()1683 _PyObject_GC_TRACK((PyObject*)o); in async_gen_asend_new()1777 _PyObject_GC_TRACK((PyObject*)o); in _PyAsyncGenValueWrapperNew()2052 _PyObject_GC_TRACK((PyObject*)o); in async_gen_athrow_new()
19 _PyObject_GC_TRACK(op); in PyCell_New()
128 _PyObject_GC_TRACK(im); in PyMethod_New()448 _PyObject_GC_TRACK(method); in PyInstanceMethod_New()
134 _PyObject_GC_TRACK(op); in PyTuple_New()927 _PyObject_GC_TRACK(sv); in _PyTuple_Resize()1111 _PyObject_GC_TRACK(it); in tuple_iter()
1145 _PyObject_GC_TRACK(mappingproxy); in mappingproxy_new_impl()1161 _PyObject_GC_TRACK(pp); in PyDictProxy_New()1370 _PyObject_GC_TRACK(wp); in PyWrapper_New()
88 _PyObject_GC_TRACK(op); in PyCFunction_NewEx()
141 _PyObject_GC_TRACK(obj); in PySlice_New()
189 _PyObject_GC_TRACK(res); in structseq_new_impl()
47 #define _PyObject_GC_TRACK(op) \ macro
286 #define _PyObject_GC_TRACK(o) do { \ macro
362 _PyObject_GC_TRACK(ctx); in context_new_empty()378 _PyObject_GC_TRACK(ctx); in context_new_from_vars()
562 _PyObject_GC_TRACK(node); in hamt_node_bitmap_new()1294 _PyObject_GC_TRACK(node); in hamt_node_collision_new()1659 _PyObject_GC_TRACK(node); in hamt_node_array_new()
90 The :c:func:`_PyObject_GC_TRACK` and :c:func:`_PyObject_GC_UNTRACK` macros
75 .. c:function:: void _PyObject_GC_TRACK(PyObject *op)