summaryrefslogtreecommitdiff
path: root/src/util/sparse_array.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-14util: use c11 alignas instead of rolling our ownErik Faye-Lund1-8/+2
2020-03-20util/sparse_array: Stash the node level in the node pointerJason Ekstrand1-1/+1
2019-10-31util: Add a free list structure for use with util_sparse_arrayJason Ekstrand1-0/+52
2019-10-31util: Add a util_sparse_array data structureJason Ekstrand1-0/+88