summaryrefslogtreecommitdiffstats
path: root/test/unit/extent_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Extents: Split out introspection functionality.David Goldblatt2019-12-201-267/+0
| | | | | This isn't really part of the core extent allocation facilities. Especially as this module grows, having it in its own place may come in handy.
* Guard slabcur fetching in extent_utilYinan Zhang2019-10-291-4/+2
|
* Improve memory utilization testsYinan Zhang2019-05-211-117/+196
| | | | | Added tests for large size classes and expanded the tests to cover wider range of allocation sizes.
* Separate tests for extent utilization APIYinan Zhang2019-04-101-0/+190
As title.