summaryrefslogtreecommitdiff
path: root/src/util/sparse_array.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-18util/sparse_free_list: manipulate node pointers using atomic primitivesLionel Landwerlin1-4/+4
2020-04-17util/sparse_array: don't stomp head's counter on pop operationsD Scott Phillips1-2/+2
2020-03-20util/sparse_array: Stash the node level in the node pointerJason Ekstrand1-59/+79
2020-03-20util/sparse_array: Add a node_size_log2 temporaryJason Ekstrand1-7/+8
2019-10-31util: Add a free list structure for use with util_sparse_arrayJason Ekstrand1-0/+85
2019-10-31util: Add a util_sparse_array data structureJason Ekstrand1-0/+194