summaryrefslogtreecommitdiffstats
path: root/lib/xarray.c
Commit message (Expand)AuthorAgeFilesLines
* xarray: Add range store functionalityMatthew Wilcox2018-10-211-2/+95
* xarray: Track free entries in an XArrayMatthew Wilcox2018-10-211-4/+84
* xarray: Add xa_reserve and xa_releaseMatthew Wilcox2018-10-211-0/+47
* xarray: Add xas_create_rangeMatthew Wilcox2018-10-211-0/+50
* xarray: Add xas_for_each_conflictMatthew Wilcox2018-10-211-0/+61
* xarray: Step through an XArrayMatthew Wilcox2018-10-211-0/+74
* xarray: Destroy an XArrayMatthew Wilcox2018-10-211-0/+28
* xarray: Extract entries from an XArrayMatthew Wilcox2018-10-211-0/+80
* xarray: Add XArray iteratorsMatthew Wilcox2018-10-211-0/+292
* xarray: Add XArray conditional store operationsMatthew Wilcox2018-10-211-0/+71
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-211-0/+693
* xarray: Add XArray marksMatthew Wilcox2018-10-211-2/+230
* xarray: Add XArray load operationMatthew Wilcox2018-10-211-0/+195
* xarray: Add definition of struct xarrayMatthew Wilcox2018-10-211-0/+44