aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/sparse_array.c
Commit message (Expand)AuthorAgeFilesLines
* util/sparse_free_list: manipulate node pointers using atomic primitivesLionel Landwerlin2020-04-181-4/+4
* util/sparse_array: don't stomp head's counter on pop operationsD Scott Phillips2020-04-171-2/+2
* util/sparse_array: Stash the node level in the node pointerJason Ekstrand2020-03-201-59/+79
* util/sparse_array: Add a node_size_log2 temporaryJason Ekstrand2020-03-201-7/+8
* util: Add a free list structure for use with util_sparse_arrayJason Ekstrand2019-10-311-0/+85
* util: Add a util_sparse_array data structureJason Ekstrand2019-10-311-0/+194