Home
last modified time | relevance | path

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

/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()
886 _PyObject_GC_TRACK(sv); in _PyTuple_Resize()
1038 _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()
545 _PyObject_GC_TRACK(inst); in PyInstance_NewRaw()
691 _PyObject_GC_TRACK(inst); in instance_dealloc()
2274 _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()
Ddictobject.c474 _PyObject_GC_TRACK(mp); \
2519 _PyObject_GC_TRACK(di); in dictiter_new()
2840 _PyObject_GC_TRACK(dv); in dictview_new()
Dframeobject.c742 _PyObject_GC_TRACK(f); in PyFrame_New()
Dlistobject.c161 _PyObject_GC_TRACK(op); in PyList_New()
2883 _PyObject_GC_TRACK(it); in list_iter()
Dtypeobject.c799 _PyObject_GC_TRACK(obj); in PyType_GenericAlloc()
1001 _PyObject_GC_TRACK(self); in subtype_dealloc()
1048 _PyObject_GC_TRACK(self); in subtype_dealloc()
Dsetobject.c923 _PyObject_GC_TRACK(si); in set_iter()
Dbytearrayobject.c3063 _PyObject_GC_TRACK(it); in bytearray_iter()
/external/python/cpython2/Include/
Dobjimpl.h271 #define _PyObject_GC_TRACK(o) do { \ macro
/external/python/cpython2/Doc/c-api/
Dgcsupport.rst75 .. c:function:: void _PyObject_GC_TRACK(PyObject *op)
/external/python/cpython2/Modules/
Dgcmodule.c1465 _PyObject_GC_TRACK(op); in PyObject_GC_Track()