aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/util/mmap_file_allocator/mmap_file_allocator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use 128 bytes alignment for small allocations in MmapFileAllocator.Tor Egge2023-08-251-8/+8
* Extend test for reusing file offset.Tor Egge2023-08-241-2/+15
* Use premmapped areas for smaller allocations than _small_limit.Tor Egge2023-08-241-14/+39
* Ensure that all memory provided by any allocator are within the 57 low bits o...Henning Baldersheim2023-05-231-4/+5
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Add free list to mmap file allocator.Tor Egge2021-03-041-0/+94