/third_party/skia/third_party/externals/brotli/python/ |
D | _brotli.cc | 154 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/ |
D | prepare_protocol.c | 45 tp->tp_free(self); in pysqlite_prepare_protocol_dealloc()
|
D | cache.c | 70 tp->tp_free(self); in pysqlite_node_dealloc() 153 tp->tp_free(self); in pysqlite_cache_dealloc()
|
D | row.c | 57 tp->tp_free(self); in pysqlite_row_dealloc()
|
/third_party/python/Modules/ |
D | itertoolsmodule.c | 101 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.c | 74 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.c | 391 tp->tp_free((PyObject *)self); in BZ2Compressor_dealloc() 716 tp->tp_free((PyObject *)self); in BZ2Decompressor_dealloc()
|
D | _functoolsmodule.c | 181 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/ |
D | typestruct.h | 69 freefunc tp_free; /* Low-level free-memory routine */ member
|
D | custom2.c | 17 Py_TYPE(self)->tp_free((PyObject *) self); in Custom_dealloc()
|
D | custom3.c | 17 Py_TYPE(self)->tp_free((PyObject *) self); in Custom_dealloc()
|
D | custom4.c | 33 Py_TYPE(self)->tp_free((PyObject *) self); in Custom_dealloc()
|
/third_party/python/Objects/ |
D | exceptions.c | 94 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 …]
|
D | enumobject.c | 90 Py_TYPE(en)->tp_free(en); in enum_dealloc() 352 Py_TYPE(ro)->tp_free(ro); in reversed_dealloc()
|
D | unionobject.c | 26 Py_TYPE(self)->tp_free(self); in unionobject_dealloc() 456 .tp_free = PyObject_GC_Del,
|
D | picklebufobject.c | 115 Py_TYPE(self)->tp_free((PyObject *) self); in picklebuf_dealloc()
|
D | namespaceobject.c | 62 Py_TYPE(ns)->tp_free((PyObject *)ns); in namespace_dealloc()
|
D | interpreteridobject.c | 100 Py_TYPE(v)->tp_free(v); in interpid_dealloc()
|
D | genericaliasobject.c | 28 Py_TYPE(self)->tp_free(self); in ga_dealloc() 655 .tp_free = PyObject_GC_Del,
|
/third_party/python/Python/ |
D | context.c | 483 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,
|
D | hamt.c | 1168 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/ |
D | extension_dict.cc | 131 Py_TYPE(_self)->tp_free(_self); in DeallocExtensionIterator() 325 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self)); in dealloc()
|
D | map_container.cc | 519 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/ |
D | cert.c | 219 Py_TYPE(self)->tp_free(self); in certificate_dealloc()
|
/third_party/python/Modules/cjkcodecs/ |
D | multibytecodec.c | 736 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()
|