summaryrefslogtreecommitdiffstats
path: root/src/util/sparse_array.c
Commit message (Collapse)AuthorAgeFilesLines
* util: Add a free list structure for use with util_sparse_arrayJason Ekstrand2019-10-311-0/+85
| | | | Reviewed-by: Lionel Landwerlin <[email protected]>
* util: Add a util_sparse_array data structureJason Ekstrand2019-10-311-0/+194
Reviewed-by: Lionel Landwerlin <[email protected]>