Home
last modified time | relevance | path

Searched refs:tp_free (Results 1 – 25 of 174) sorted by relevance

1234567

/external/python/cpython2/Modules/
Ditertoolsmodule.c60 Py_TYPE(gbo)->tp_free(gbo); in groupby_dealloc()
729 Py_TYPE(lz)->tp_free(lz); in cycle_dealloc()
874 Py_TYPE(lz)->tp_free(lz); in dropwhile_dealloc()
1018 Py_TYPE(lz)->tp_free(lz); in takewhile_dealloc()
1208 Py_TYPE(lz)->tp_free(lz); in islice_dealloc()
1359 Py_TYPE(lz)->tp_free(lz); in starmap_dealloc()
1504 Py_TYPE(lz)->tp_free(lz); in imap_dealloc()
1681 Py_TYPE(lz)->tp_free(lz); in chain_dealloc()
1896 Py_TYPE(lz)->tp_free(lz); in product_dealloc()
2128 Py_TYPE(co)->tp_free(co); in combinations_dealloc()
[all …]
/external/brotli/python/
D_brotli.cc154 Py_TYPE(self)->tp_free((PyObject*)self); in brotli_Compressor_dealloc()
156 self->ob_type->tp_free((PyObject*)self); in brotli_Compressor_dealloc()
440 Py_TYPE(self)->tp_free((PyObject*)self); in brotli_Decompressor_dealloc()
442 self->ob_type->tp_free((PyObject*)self); in brotli_Decompressor_dealloc()
/external/python/cpython3/Modules/_sqlite/
Dprepare_protocol.c33 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_prepare_protocol_dealloc()
Dcache.c54 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_node_dealloc()
112 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_cache_dealloc()
/external/python/cpython2/Modules/_sqlite/
Dprepare_protocol.c34 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_prepare_protocol_dealloc()
Dcache.c55 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_node_dealloc()
113 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_cache_dealloc()
/external/python/cpython2/Doc/includes/
Dtypestruct.h68 freefunc tp_free; /* Low-level free-memory routine */ member
Dnoddy2.c16 Py_TYPE(self)->tp_free((PyObject*)self); in Noddy_dealloc()
Dnoddy4.c51 Py_TYPE(self)->tp_free((PyObject*)self); in Noddy_dealloc()
Dnoddy3.c16 Py_TYPE(self)->tp_free((PyObject*)self); in Noddy_dealloc()
/external/python/cpython3/Doc/includes/
Dtypestruct.h66 freefunc tp_free; /* Low-level free-memory routine */ member
Dcustom2.c17 Py_TYPE(self)->tp_free((PyObject *) self); in Custom_dealloc()
Dcustom3.c17 Py_TYPE(self)->tp_free((PyObject *) self); in Custom_dealloc()
Dcustom4.c33 Py_TYPE(self)->tp_free((PyObject *) self); in Custom_dealloc()
/external/python/cpython3/Python/
Dcontext.c454 Py_TYPE(self)->tp_free(self); in context_tp_dealloc()
860 Py_TYPE(self)->tp_free(self); in contextvar_tp_dealloc()
1045 .tp_free = PyObject_GC_Del,
1093 Py_TYPE(self)->tp_free(self); in token_tp_dealloc()
1179 .tp_free = PyObject_GC_Del,
Dhamt.c1188 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_bitmap_dealloc()
1596 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_collision_dealloc()
1978 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_array_dealloc()
2740 Py_TYPE(self)->tp_free(self); in hamt_tp_dealloc()
2944 .tp_free = PyObject_GC_Del,
2957 .tp_free = PyObject_GC_Del,
2970 .tp_free = PyObject_GC_Del,
/external/python/cpython2/Objects/
Denumobject.c68 Py_TYPE(en)->tp_free(en); in enum_dealloc()
288 Py_TYPE(ro)->tp_free(ro); in reversed_dealloc()
Dexceptions.c85 Py_TYPE(self)->tp_free((PyObject *)self); in BaseException_dealloc()
539 Py_TYPE(self)->tp_free((PyObject *)self); in SystemExit_dealloc()
640 Py_TYPE(self)->tp_free((PyObject *)self); in EnvironmentError_dealloc()
838 Py_TYPE(self)->tp_free((PyObject *)self); in WindowsError_dealloc()
1107 Py_TYPE(self)->tp_free((PyObject *)self); in SyntaxError_dealloc()
1586 Py_TYPE(self)->tp_free((PyObject *)self); in UnicodeError_dealloc()
/external/python/cpython3/Modules/
Ditertoolsmodule.c110 Py_TYPE(gbo)->tp_free(gbo); in groupby_dealloc()
1002 Py_TYPE(lz)->tp_free(lz); in cycle_dealloc()
1195 Py_TYPE(lz)->tp_free(lz); in dropwhile_dealloc()
1360 Py_TYPE(lz)->tp_free(lz); in takewhile_dealloc()
1572 Py_TYPE(lz)->tp_free(lz); in islice_dealloc()
1779 Py_TYPE(lz)->tp_free(lz); in starmap_dealloc()
1938 Py_TYPE(lz)->tp_free(lz); in chain_dealloc()
2194 Py_TYPE(lz)->tp_free(lz); in product_dealloc()
2525 Py_TYPE(co)->tp_free(co); in combinations_dealloc()
2859 Py_TYPE(co)->tp_free(co); in cwr_dealloc()
[all …]
D_bz2module.c336 Py_TYPE(self)->tp_free((PyObject *)self); in BZ2Compressor_dealloc()
660 Py_TYPE(self)->tp_free((PyObject *)self); in BZ2Decompressor_dealloc()
/external/python/cpython3/Objects/
Denumobject.c88 Py_TYPE(en)->tp_free(en); in enum_dealloc()
320 Py_TYPE(ro)->tp_free(ro); in reversed_dealloc()
Dexceptions.c91 Py_TYPE(self)->tp_free((PyObject *)self); in BaseException_dealloc()
525 Py_TYPE(self)->tp_free((PyObject *)self); in StopIteration_dealloc()
592 Py_TYPE(self)->tp_free((PyObject *)self); in SystemExit_dealloc()
674 Py_TYPE(self)->tp_free((PyObject *)self); in ImportError_dealloc()
1076 Py_TYPE(self)->tp_free((PyObject *)self); in OSError_dealloc()
1408 Py_TYPE(self)->tp_free((PyObject *)self); in SyntaxError_dealloc()
1850 Py_TYPE(self)->tp_free((PyObject *)self); in UnicodeError_dealloc()
2295 Py_TYPE(self)->tp_free((PyObject *)self); in MemoryError_dealloc()
2329 Py_TYPE(self)->tp_free((PyObject *)self); in free_preallocated_memerrors()
/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c142 self->ob_type->tp_free((PyObject *)self); in EventRef_dealloc()
487 self->ob_type->tp_free((PyObject *)self); in EventQueueRef_dealloc()
708 self->ob_type->tp_free((PyObject *)self); in EventLoopRef_dealloc()
838 self->ob_type->tp_free((PyObject *)self); in EventLoopTimerRef_dealloc()
991 self->ob_type->tp_free((PyObject *)self); in EventHandlerRef_dealloc()
1178 self->ob_type->tp_free((PyObject *)self); in EventHandlerCallRef_dealloc()
1311 self->ob_type->tp_free((PyObject *)self); in EventTargetRef_dealloc()
1466 self->ob_type->tp_free((PyObject *)self); in EventHotKeyRef_dealloc()
/external/protobuf/python/google/protobuf/pyext/
Dextension_dict.cc131 Py_TYPE(_self)->tp_free(_self); in DeallocExtensionIterator()
321 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self)); in dealloc()
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor_bridge.cc79 TensorReleaserType.tp_free(pself); in TensorReleaser_dealloc()

1234567