Home
last modified time | relevance | path

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

1234

/external/python/cpython3/Modules/_testcapi/
Dheaptype.c511 {Py_tp_dealloc, heapgcctype_dealloc},
540 {Py_tp_dealloc, heapctype_dealloc},
784 {Py_tp_dealloc, heapctypewithdict_dealloc},
832 {Py_tp_dealloc, heapmanaged_dealloc},
858 {Py_tp_dealloc, heapctypewithmanagedweakref_dealloc},
879 {Py_tp_dealloc, heapctypewithdict_dealloc},
917 {Py_tp_dealloc, heapctypewithweakref_dealloc},
998 {Py_tp_dealloc, heapctypesetattr_dealloc},
1104 {Py_tp_dealloc, HeapCCollection_dealloc},
Dgc.c298 {Py_tp_dealloc, obj_extra_data_dealloc},
/external/python/cpython3/Modules/_sqlite/
Dprepare_protocol.c52 {Py_tp_dealloc, pysqlite_prepare_protocol_dealloc},
Dstatement.c182 {Py_tp_dealloc, stmt_dealloc},
Drow.c247 {Py_tp_dealloc, pysqlite_row_dealloc},
/external/python/cpython3/Include/
Dtypeslots.h53 #define Py_tp_dealloc 52 macro
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dextension_dict.c160 {Py_tp_dealloc, PyUpb_ExtensionDict_Dealloc},
224 {Py_tp_dealloc, PyUpb_ExtensionIterator_Dealloc},
Ddescriptor_containers.c94 {Py_tp_dealloc, PyUpb_ByNameIterator_Dealloc},
154 {Py_tp_dealloc, PyUpb_ByNumberIterator_Dealloc},
318 {Py_tp_dealloc, &PyUpb_GenericSequence_Dealloc},
537 {Py_tp_dealloc, &PyUpb_ByNameMap_Dealloc},
760 {Py_tp_dealloc, &PyUpb_ByNumberMap_Dealloc},
Dmap.c383 {Py_tp_dealloc, PyUpb_MapContainer_Dealloc},
428 {Py_tp_dealloc, PyUpb_MapContainer_Dealloc},
485 {Py_tp_dealloc, PyUpb_MapIterator_Dealloc},
Dunknown_fields.c311 {Py_tp_dealloc, &PyUpb_UnknownFieldSet_Dealloc},
Dprotobuf.c241 {Py_tp_dealloc, PyUpb_Arena_Dealloc},
/external/python/cpython3/Modules/
Ditertoolsmodule.c247 {Py_tp_dealloc, batched_dealloc},
397 {Py_tp_dealloc, pairwise_dealloc},
610 {Py_tp_dealloc, groupby_dealloc},
734 {Py_tp_dealloc, _grouper_dealloc},
964 {Py_tp_dealloc, teedataobject_dealloc},
1142 {Py_tp_dealloc, tee_dealloc},
1371 {Py_tp_dealloc, cycle_dealloc},
1517 {Py_tp_dealloc, dropwhile_dealloc},
1658 {Py_tp_dealloc, takewhile_dealloc},
1899 {Py_tp_dealloc, islice_dealloc},
[all …]
D_bz2module.c404 {Py_tp_dealloc, BZ2Compressor_dealloc},
731 {Py_tp_dealloc, BZ2Decompressor_dealloc},
Dmd5module.c261 {Py_tp_dealloc, MD5_dealloc},
Dsha1module.c254 {Py_tp_dealloc, SHA1_dealloc},
Dsha2module.c519 {Py_tp_dealloc, SHA256_dealloc},
527 {Py_tp_dealloc, SHA512_dealloc},
D_functoolsmodule.c521 {Py_tp_dealloc, partial_dealloc},
608 {Py_tp_dealloc, keyobject_dealloc},
834 {Py_tp_dealloc, lru_list_elem_dealloc},
1468 {Py_tp_dealloc, lru_cache_dealloc},
D_threadmodule.c684 {Py_tp_dealloc, (destructor)PyThreadHandleObject_dealloc},
944 {Py_tp_dealloc, (destructor)lock_dealloc},
1271 {Py_tp_dealloc, (destructor)rlock_dealloc},
1377 {Py_tp_dealloc, (destructor)localdummy_dealloc},
1714 {Py_tp_dealloc, (destructor)local_dealloc},
Dxxlimited.c275 {Py_tp_dealloc, Xxo_dealloc},
/external/python/cpython3/Objects/
Dtypevarobject.c660 {Py_tp_dealloc, typevar_dealloc},
808 {Py_tp_dealloc, paramspecattr_dealloc},
888 {Py_tp_dealloc, paramspecattr_dealloc},
1223 {Py_tp_dealloc, paramspec_dealloc},
1502 {Py_tp_dealloc, typevartuple_dealloc},
1933 {Py_tp_dealloc, generic_dealloc},
/external/python/cpython3/Modules/_ssl/
Dcert.c231 {Py_tp_dealloc, certificate_dealloc},
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c747 {Py_tp_dealloc, multibytecodec_dealloc},
1129 {Py_tp_dealloc, mbiencoder_dealloc},
1410 {Py_tp_dealloc, mbidecoder_dealloc},
1728 {Py_tp_dealloc, mbstreamreader_dealloc},
1965 {Py_tp_dealloc, mbstreamwriter_dealloc},
/external/python/cpython3/Modules/_blake2/
Dblake2s_impl.c404 {Py_tp_dealloc, py_blake2s_dealloc},
Dblake2b_impl.c404 {Py_tp_dealloc, py_blake2b_dealloc},
/external/python/cpython3/Modules/_io/
Dbytesio.c1039 {Py_tp_dealloc, bytesio_dealloc},
1117 {Py_tp_dealloc, bytesiobuf_dealloc},

1234