summaryrefslogtreecommitdiffstats
path: root/src/large.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix large_dalloc_impl() to always lock large_mtx.Jason Evans2016-09-231-4/+7
|
* Remove a stray memset(), and fix a junk filling test regression.Jason Evans2016-06-061-2/+11
|
* Modify extent hook functions to take an (extent_t *) argument.Jason Evans2016-06-061-2/+2
| | | | | | | This facilitates the application accessing its own extent allocator metadata during hook invocations. This resolves #259.
* Remove some unnecessary locking.Jason Evans2016-06-061-20/+2
|
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-061-14/+14
|
* s/chunk_hook/extent_hook/gJason Evans2016-06-061-9/+10
|
* Rename huge to large.Jason Evans2016-06-061-0/+353