Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/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()
/third_party/python/Modules/_sqlite/
Dprepare_protocol.c45 tp->tp_free(self); in pysqlite_prepare_protocol_dealloc()
Dcache.c70 tp->tp_free(self); in pysqlite_node_dealloc()
153 tp->tp_free(self); in pysqlite_cache_dealloc()
Drow.c57 tp->tp_free(self); in pysqlite_row_dealloc()
/third_party/python/Modules/
Ditertoolsmodule.c101 Py_TYPE(po)->tp_free(po); in pairwise_dealloc()
245 Py_TYPE(gbo)->tp_free(gbo); in groupby_dealloc()
1132 Py_TYPE(lz)->tp_free(lz); in cycle_dealloc()
1322 Py_TYPE(lz)->tp_free(lz); in dropwhile_dealloc()
1485 Py_TYPE(lz)->tp_free(lz); in takewhile_dealloc()
1697 Py_TYPE(lz)->tp_free(lz); in islice_dealloc()
1902 Py_TYPE(lz)->tp_free(lz); in starmap_dealloc()
2061 Py_TYPE(lz)->tp_free(lz); in chain_dealloc()
2319 Py_TYPE(lz)->tp_free(lz); in product_dealloc()
2653 Py_TYPE(co)->tp_free(co); in combinations_dealloc()
[all …]
D_threadmodule.c74 tp->tp_free((PyObject*)self); in lock_dealloc()
353 tp->tp_free(self); in rlock_dealloc()
678 tp->tp_free((PyObject*)self); in localdummy_dealloc()
887 tp->tp_free((PyObject*)self); in local_dealloc()
D_bz2module.c391 tp->tp_free((PyObject *)self); in BZ2Compressor_dealloc()
716 tp->tp_free((PyObject *)self); in BZ2Decompressor_dealloc()
D_functoolsmodule.c181 tp->tp_free(pto); in partial_dealloc()
522 tp->tp_free(ko); in keyobject_dealloc()
773 tp->tp_free(link); in lru_list_elem_dealloc()
1281 tp->tp_free(obj); in lru_cache_dealloc()
/third_party/python/Doc/includes/
Dtypestruct.h69 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()
/third_party/python/Objects/
Dexceptions.c94 Py_TYPE(self)->tp_free((PyObject *)self); in BaseException_dealloc()
540 Py_TYPE(self)->tp_free((PyObject *)self); in StopIteration_dealloc()
607 Py_TYPE(self)->tp_free((PyObject *)self); in SystemExit_dealloc()
689 Py_TYPE(self)->tp_free((PyObject *)self); in ImportError_dealloc()
1092 Py_TYPE(self)->tp_free((PyObject *)self); in OSError_dealloc()
1369 Py_TYPE(self)->tp_free((PyObject *)self); in NameError_dealloc()
1448 Py_TYPE(self)->tp_free((PyObject *)self); in AttributeError_dealloc()
1543 Py_TYPE(self)->tp_free((PyObject *)self); in SyntaxError_dealloc()
1993 Py_TYPE(self)->tp_free((PyObject *)self); in UnicodeError_dealloc()
2447 Py_TYPE(self)->tp_free((PyObject *)self); in MemoryError_dealloc()
[all …]
Denumobject.c90 Py_TYPE(en)->tp_free(en); in enum_dealloc()
352 Py_TYPE(ro)->tp_free(ro); in reversed_dealloc()
Dunionobject.c26 Py_TYPE(self)->tp_free(self); in unionobject_dealloc()
456 .tp_free = PyObject_GC_Del,
Dpicklebufobject.c115 Py_TYPE(self)->tp_free((PyObject *) self); in picklebuf_dealloc()
Dnamespaceobject.c62 Py_TYPE(ns)->tp_free((PyObject *)ns); in namespace_dealloc()
Dinterpreteridobject.c100 Py_TYPE(v)->tp_free(v); in interpid_dealloc()
Dgenericaliasobject.c28 Py_TYPE(self)->tp_free(self); in ga_dealloc()
655 .tp_free = PyObject_GC_Del,
/third_party/python/Python/
Dcontext.c483 Py_TYPE(self)->tp_free(self); in context_tp_dealloc()
891 Py_TYPE(self)->tp_free(self); in contextvar_tp_dealloc()
1069 .tp_free = PyObject_GC_Del,
1117 Py_TYPE(self)->tp_free(self); in token_tp_dealloc()
1210 .tp_free = PyObject_GC_Del,
Dhamt.c1168 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_bitmap_dealloc()
1576 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_collision_dealloc()
1958 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_array_dealloc()
2720 Py_TYPE(self)->tp_free(self); in hamt_tp_dealloc()
2924 .tp_free = PyObject_GC_Del,
2937 .tp_free = PyObject_GC_Del,
2950 .tp_free = PyObject_GC_Del,
/third_party/protobuf/python/google/protobuf/pyext/
Dextension_dict.cc131 Py_TYPE(_self)->tp_free(_self); in DeallocExtensionIterator()
325 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self)); in dealloc()
Dmap_container.cc519 type->tp_free(_self); in ScalarMapDealloc()
785 type->tp_free(_self); in MessageMapDealloc()
952 Py_TYPE(_self)->tp_free(_self); in DeallocMapIterator()
/third_party/python/Modules/_ssl/
Dcert.c219 Py_TYPE(self)->tp_free(self); in certificate_dealloc()
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c736 tp->tp_free(self); in multibytecodec_dealloc()
1096 tp->tp_free(self); in mbiencoder_dealloc()
1370 tp->tp_free(self); in mbidecoder_dealloc()
1691 tp->tp_free(self); in mbstreamreader_dealloc()
1898 tp->tp_free(self); in mbstreamwriter_dealloc()

1234