Home
last modified time | relevance | path

Searched refs:_Py_RefTotal (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Include/
Dobject.h396 PyAPI_DATA(Py_ssize_t) _Py_RefTotal;
406 _Py_RefTotal++; in _Py_INCREF()
420 _Py_RefTotal--; in _Py_DECREF()
/external/python/cpython2/Include/
Dobject.h707 PyAPI_DATA(Py_ssize_t) _Py_RefTotal;
713 #define _Py_INC_REFTOTAL _Py_RefTotal++
714 #define _Py_DEC_REFTOTAL _Py_RefTotal--
/external/python/cpython3/Doc/c-api/
Drefcounting.rst72 as well as the global variable :c:data:`_Py_RefTotal`.
/external/python/cpython2/Doc/c-api/
Drefcounting.rst73 as well as the global variable :c:data:`_Py_RefTotal`.
/external/python/cpython3/Objects/
Dobject.c53 Py_ssize_t _Py_RefTotal; variable
59 Py_ssize_t total = _Py_RefTotal; in _Py_GetRefTotal()
238 _Py_RefTotal--; in PyObject_CallFinalizerFromDealloc()
1828 _Py_RefTotal++; in _Py_NewReference()
Ddictobject.c320 _Py_RefTotal++; in dictkeys_incref()
330 _Py_RefTotal--; in dictkeys_decref()
579 _Py_RefTotal++; in new_keys_object()
713 _Py_RefTotal++; in clone_combined_dict()
1274 _Py_RefTotal--; in dictresize()
Dtupleobject.c932 _Py_RefTotal--; in _PyTuple_Resize()
Dbytesobject.c3030 _Py_RefTotal--; in _PyBytes_Resize()
Dunicodeobject.c1073 _Py_RefTotal--; in resize_compact()
/external/python/cpython3/Misc/
DSpecialBuilds.txt15 Turn on aggregate reference counting. This arranges that extern _Py_RefTotal
/external/python/cpython2/Objects/
Dobject.c12 Py_ssize_t _Py_RefTotal; variable
18 Py_ssize_t total = _Py_RefTotal; in _Py_GetRefTotal()
/external/python/cpython2/Misc/
DSpecialBuilds.txt15 Turn on aggregate reference counting. This arranges that extern _Py_RefTotal
/external/python/cpython3/Tools/c-analyzer/
DTODO63 Objects/object.c:_Py_RefTotal Py_ssize_t _Py_RefTotal
Dknown.tsv1534 Objects/object.c - _Py_RefTotal variable Py_ssize_t _Py_RefTotal
/external/python/cpython3/Modules/
D_testcapimodule.c3609 _Py_RefTotal--; in slot_tp_del()