aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/datastore/unique_store_string_allocator/unique_store_string_allocator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-9/+9
* Use a non const Store when you are in write thread, and a const when not.Henning Baldersheim2023-03-101-3/+3
* Use const ref to reduce code bloat.Henning Baldersheim2023-01-231-10/+10
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-8/+8
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-1/+1
* Rename ICompactable::move to move_on_compact.Tor Egge2022-10-111-6/+6
* Move tracking of datastore buffer statistics to separate classes.Geir Storli2022-10-061-22/+22
* Use datastore free list handling with a simpler API.Geir Storli2022-10-051-2/+2
* Add memory allocator to unique store allocatorTor Egge2022-02-101-1/+14
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-2/+2
* Style fixes for UniqueStoreStringAllocator.Tor Egge2019-08-151-6/+6
* Add struct BufferStats, used by unit tests.Tor Egge2019-08-151-36/+21
* Add separate allocator for strings in unique store.Tor Egge2019-08-151-0/+204