Home
last modified time | relevance | path

Searched refs:hamt_node_bitmap_dealloc (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dhamt.c1151 hamt_node_bitmap_dealloc(PyHamtNode_Bitmap *self) in hamt_node_bitmap_dealloc() function
1159 Py_TRASHCAN_BEGIN(self, hamt_node_bitmap_dealloc) in hamt_node_bitmap_dealloc()
2933 .tp_dealloc = (destructor)hamt_node_bitmap_dealloc,