| 380 | void *buf = NULL; |
| 381 | struct list_elem *prevhead = NULL; |
| 382 | struct avl_tree *cur_tree = NULL; |
| 383 | struct avl_node *node = NULL; |
| 384 | struct dirty_bid *dbid = NULL; |
| 385 | uint64_t count = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected