Home | History | Annotate | Download | only in python2.7

Lines Matching full:deallocations

936 chain of deallocations, as each Py_DECREF in turn drops the refcount on "the
969 may have been added to the list of deferred deallocations. In effect, a
970 chain of N deallocations is broken into N / PyTrash_UNWIND_LEVEL pieces,