Searched refs:_PyObject_GC_TRACK (Results 1 – 25 of 35) sorted by relevance
12
73 static inline void _PyObject_GC_TRACK( in _PyObject_GC_TRACK() function133 # define _PyObject_GC_TRACK(op) \ macro134 _PyObject_GC_TRACK(_PyObject_CAST(op))138 # define _PyObject_GC_TRACK(op) \ macro139 _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
29 _PyObject_GC_TRACK(it); in PySeqIter_New()191 _PyObject_GC_TRACK(it); in PyCallIter_New()499 _PyObject_GC_TRACK(anext); in PyAnextAwaitable_New()
138 _PyObject_GC_TRACK(result); in enum_next_long()188 _PyObject_GC_TRACK(result); in enum_next()
113 _PyObject_GC_TRACK(self); in gen_dealloc()858 _PyObject_GC_TRACK(gen); in gen_new_with_qualname()959 _PyObject_GC_TRACK(cw); in coro_await()1744 _PyObject_GC_TRACK((PyObject*)o); in async_gen_asend_new()1850 _PyObject_GC_TRACK((PyObject*)o); in _PyAsyncGenValueWrapperNew()2137 _PyObject_GC_TRACK((PyObject*)o); in async_gen_athrow_new()
17 _PyObject_GC_TRACK(op); in PyCell_New()
115 _PyObject_GC_TRACK(im); in PyMethod_New()385 _PyObject_GC_TRACK(method); in PyInstanceMethod_New()
31 _PyObject_GC_TRACK(op); in tuple_gc_track()1006 _PyObject_GC_TRACK(sv); in _PyTuple_Resize()1199 _PyObject_GC_TRACK(it); in tuple_iter()
996 _PyObject_GC_TRACK(mp); \2603 _PyObject_GC_TRACK(mp); in dict_merge()2789 _PyObject_GC_TRACK(split_copy); in PyDict_Copy()2826 _PyObject_GC_TRACK(new); in PyDict_Copy()3688 _PyObject_GC_TRACK(di); in dictiter_new()3972 _PyObject_GC_TRACK(result); in dictiter_iternextitem()4092 _PyObject_GC_TRACK(result); in dictreviter_iternext()4233 _PyObject_GC_TRACK(dv); in _PyDictView_New()
1228 _PyObject_GC_TRACK(mappingproxy); in mappingproxy_new_impl()1244 _PyObject_GC_TRACK(pp); in PyDictProxy_New()1452 _PyObject_GC_TRACK(wp); in PyWrapper_New()
494 _PyObject_GC_TRACK(result); in make_union()
147 _PyObject_GC_TRACK(obj); in PySlice_New()
114 _PyObject_GC_TRACK(op); in PyCMethod_New()
231 _PyObject_GC_TRACK(res); in structseq_new_impl()
1821 _PyObject_GC_TRACK(result); in odictiter_iternext()1935 _PyObject_GC_TRACK(di); in odictiter_new()
90 _PyObject_GC_TRACK(mbuf); in mbuf_alloc()649 _PyObject_GC_TRACK(mv); in memory_alloc()3253 _PyObject_GC_TRACK(it); in memory_iter()
81 _PyObject_GC_TRACK(op); in PyFunction_NewWithQualName()
882 _PyObject_GC_TRACK(f); in PyFrame_New()
176 _PyObject_GC_TRACK(op); in PyList_New()3162 _PyObject_GC_TRACK(it); in list_iter()
1174 _PyObject_GC_TRACK(obj); in PyType_GenericAlloc()1379 _PyObject_GC_TRACK(self); in subtype_dealloc()1399 _PyObject_GC_TRACK(self); in subtype_dealloc()1449 _PyObject_GC_TRACK(self); in subtype_dealloc()
386 _PyObject_GC_TRACK(ctx); in context_new_empty()402 _PyObject_GC_TRACK(ctx); in context_new_from_vars()
542 _PyObject_GC_TRACK(node); in hamt_node_bitmap_new()1274 _PyObject_GC_TRACK(node); in hamt_node_collision_new()1639 _PyObject_GC_TRACK(node); in hamt_node_array_new()
2386 _PyObject_GC_TRACK(result); in product_next()2714 _PyObject_GC_TRACK(result); in combinations_next()3053 _PyObject_GC_TRACK(result); in cwr_next()3402 _PyObject_GC_TRACK(result); in permutations_next()4677 _PyObject_GC_TRACK(result); in zip_longest_next()
705 _PyObject_GC_TRACK(args); in functools_reduce()
2207 _PyObject_GC_TRACK(op); in PyObject_GC_Track()
129 The :c:func:`_PyObject_GC_TRACK` and :c:func:`_PyObject_GC_UNTRACK` macros