Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-04-18 | util/sparse_free_list: manipulate node pointers using atomic primitives | Lionel Landwerlin | 1 | -4/+4 |
2020-04-17 | util/sparse_array: don't stomp head's counter on pop operations | D Scott Phillips | 1 | -2/+2 |
2020-03-20 | util/sparse_array: Stash the node level in the node pointer | Jason Ekstrand | 1 | -59/+79 |
2020-03-20 | util/sparse_array: Add a node_size_log2 temporary | Jason Ekstrand | 1 | -7/+8 |
2019-10-31 | util: Add a free list structure for use with util_sparse_array | Jason Ekstrand | 1 | -0/+85 |
2019-10-31 | util: Add a util_sparse_array data structure | Jason Ekstrand | 1 | -0/+194 |