aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/mmap_file_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Adjust limit for when mmap file allocator uses separate mmaps.Tor Egge2023-08-311-1/+1
* Extend class comment.Tor Egge2023-08-241-0/+3
* Use premmapped areas for smaller allocations than _small_limit.Tor Egge2023-08-241-1/+17
* Add noexceptHenning Baldersheim2023-06-291-1/+1
* remove whitespace at end of linesArne Juul2023-01-151-1/+1
* Add a stresstest for verifying memory not changing under your feet.Henning Baldersheim2023-01-101-3/+3
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Add free list to mmap file allocator.Tor Egge2021-03-041-1/+17
* Move MemoryAllocator to separate header file.Tor Egge2021-02-131-1/+1
* Use vespalib::hash_map instead of std::map.Tor Egge2021-02-111-1/+2
* Add memory allocator backed by a file.Tor Egge2021-02-101-0/+33