Home
last modified time | relevance | path

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

12

/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()
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()
Ddescrobject.c922 _PyObject_GC_TRACK(pp); in PyDictProxy_New()
1111 _PyObject_GC_TRACK(wp); in PyWrapper_New()
Dfuncobject.c59 _PyObject_GC_TRACK(op); in PyFunction_New()
/external/python/cpython3/Objects/
Diterobject.c28 _PyObject_GC_TRACK(it); in PySeqIter_New()
190 _PyObject_GC_TRACK(it); in PyCallIter_New()
Dgenobject.c125 _PyObject_GC_TRACK(self); in gen_dealloc()
806 _PyObject_GC_TRACK(gen); in gen_new_with_qualname()
925 _PyObject_GC_TRACK(cw); in coro_await()
1675 _PyObject_GC_TRACK((PyObject*)o); in async_gen_asend_new()
1769 _PyObject_GC_TRACK((PyObject*)o); in _PyAsyncGenValueWrapperNew()
2019 _PyObject_GC_TRACK((PyObject*)o); in async_gen_athrow_new()
Dcellobject.c18 _PyObject_GC_TRACK(op); in PyCell_New()
Dclassobject.c71 _PyObject_GC_TRACK(im); in PyMethod_New()
411 _PyObject_GC_TRACK(method); in PyInstanceMethod_New()
Dtupleobject.c133 _PyObject_GC_TRACK(op); in PyTuple_New()
903 _PyObject_GC_TRACK(sv); in _PyTuple_Resize()
1086 _PyObject_GC_TRACK(it); in tuple_iter()
Ddescrobject.c987 _PyObject_GC_TRACK(mappingproxy); in mappingproxy_new_impl()
1003 _PyObject_GC_TRACK(pp); in PyDictProxy_New()
1215 _PyObject_GC_TRACK(wp); in PyWrapper_New()
1360 _PyObject_GC_TRACK(args); in property_descr_get()
Dmethodobject.c48 _PyObject_GC_TRACK(op); in PyCFunction_NewEx()
Dsliceobject.c140 _PyObject_GC_TRACK(obj); in PySlice_New()
Ddictobject.c659 _PyObject_GC_TRACK(new); in clone_combined_dict()
930 _PyObject_GC_TRACK(mp); \
2569 _PyObject_GC_TRACK(split_copy); in PyDict_Copy()
3350 _PyObject_GC_TRACK(di); in dictiter_new()
3760 _PyObject_GC_TRACK(dv); in _PyDictView_New()
/external/python/cpython2/Include/
Dobjimpl.h286 #define _PyObject_GC_TRACK(o) do { \ macro
/external/python/cpython3/Include/
Dobjimpl.h295 #define _PyObject_GC_TRACK(o) do { \ macro
/external/python/cpython3/Python/
Dcontext.c361 _PyObject_GC_TRACK(ctx); in context_new_empty()
377 _PyObject_GC_TRACK(ctx); in context_new_from_vars()
Dhamt.c560 _PyObject_GC_TRACK(node); in hamt_node_bitmap_new()
1292 _PyObject_GC_TRACK(node); in hamt_node_collision_new()
1657 _PyObject_GC_TRACK(node); in hamt_node_array_new()
/external/python/cpython3/Doc/c-api/
Dgcsupport.rst64 .. c:function:: void _PyObject_GC_TRACK(PyObject *op)
/external/python/cpython2/Doc/c-api/
Dgcsupport.rst75 .. c:function:: void _PyObject_GC_TRACK(PyObject *op)

12