Home
last modified time | relevance | path

Searched refs:tp_free (Results 1 – 25 of 173) 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/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/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/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/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.c467 Py_TYPE(self)->tp_free(self); in context_tp_dealloc()
875 Py_TYPE(self)->tp_free(self); in contextvar_tp_dealloc()
1053 .tp_free = PyObject_GC_Del,
1101 Py_TYPE(self)->tp_free(self); in token_tp_dealloc()
1194 .tp_free = PyObject_GC_Del,
Dhamt.c1187 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_bitmap_dealloc()
1595 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_collision_dealloc()
1977 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_array_dealloc()
2739 Py_TYPE(self)->tp_free(self); in hamt_tp_dealloc()
2943 .tp_free = PyObject_GC_Del,
2956 .tp_free = PyObject_GC_Del,
2969 .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()
996 Py_TYPE(lz)->tp_free(lz); in cycle_dealloc()
1187 Py_TYPE(lz)->tp_free(lz); in dropwhile_dealloc()
1350 Py_TYPE(lz)->tp_free(lz); in takewhile_dealloc()
1562 Py_TYPE(lz)->tp_free(lz); in islice_dealloc()
1767 Py_TYPE(lz)->tp_free(lz); in starmap_dealloc()
1926 Py_TYPE(lz)->tp_free(lz); in chain_dealloc()
2184 Py_TYPE(lz)->tp_free(lz); in product_dealloc()
2513 Py_TYPE(co)->tp_free(co); in combinations_dealloc()
2845 Py_TYPE(co)->tp_free(co); in cwr_dealloc()
[all …]
/external/python/cpython3/Objects/
Denumobject.c88 Py_TYPE(en)->tp_free(en); in enum_dealloc()
322 Py_TYPE(ro)->tp_free(ro); in reversed_dealloc()
Dexceptions.c89 Py_TYPE(self)->tp_free((PyObject *)self); in BaseException_dealloc()
537 Py_TYPE(self)->tp_free((PyObject *)self); in StopIteration_dealloc()
604 Py_TYPE(self)->tp_free((PyObject *)self); in SystemExit_dealloc()
686 Py_TYPE(self)->tp_free((PyObject *)self); in ImportError_dealloc()
1088 Py_TYPE(self)->tp_free((PyObject *)self); in OSError_dealloc()
1420 Py_TYPE(self)->tp_free((PyObject *)self); in SyntaxError_dealloc()
1864 Py_TYPE(self)->tp_free((PyObject *)self); in UnicodeError_dealloc()
2313 return Py_TYPE(self)->tp_free((PyObject *)self); in MemoryError_dealloc()
2319 Py_TYPE(self)->tp_free((PyObject *)self); in MemoryError_dealloc()
2353 Py_TYPE(self)->tp_free((PyObject *)self); in free_preallocated_memerrors()
Dnamespaceobject.c62 Py_TYPE(ns)->tp_free((PyObject *)ns); in namespace_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/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/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor_bridge.cc79 TensorReleaserType.tp_free(pself); in TensorReleaser_dealloc()

1234567