Lines Matching refs:ob_refcnt
24 total -= o->ob_refcnt; in _Py_GetRefTotal()
27 total -= o->ob_refcnt; in _Py_GetRefTotal()
199 fname, lineno, op, op->ob_refcnt); in _Py_NegativeRefcount()
293 if (op->ob_refcnt <= 0) in internal_print()
298 (long)op->ob_refcnt, op); in internal_print()
358 (long)op->ob_refcnt, in _PyObject_Dump()
2232 op->ob_refcnt = 1; in _Py_NewReference()
2243 if (op->ob_refcnt < 0) in _Py_ForgetReference()
2279 fprintf(fp, "%p [%" PY_FORMAT_SIZE_T "d] ", op, op->ob_refcnt); in _Py_PrintReferences()
2296 op->ob_refcnt, Py_TYPE(op)->tp_name); in _Py_PrintReferenceAddresses()
2448 assert(op->ob_refcnt == 0); in _PyTrash_deposit_object()
2460 assert(op->ob_refcnt == 0); in _PyTrash_thread_deposit_object()
2484 assert(op->ob_refcnt == 0); in _PyTrash_destroy_chain()
2509 assert(op->ob_refcnt == 0); in _PyTrash_thread_destroy_chain()