aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/unique_store_string_allocator.hpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-3/+2
* Switch from elements to entries for raw alloator alloc parameter.Tor Egge2023-04-041-2/+2
* Rename clearHoldLists() -> reclaim_all_memory().Geir Storli2022-10-121-1/+1
* Rename ICompactable::move to move_on_compact.Tor Egge2022-10-111-1/+1
* Move tracking of datastore buffer statistics to separate classes.Geir Storli2022-10-061-2/+2
* Add memory allocator to unique store allocatorTor Egge2022-02-101-3/+3
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Rename 'active' buffer to 'primary' buffer in DataStoreBase.Geir Storli2021-02-261-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* Extend unique store test to cover use of unique store string allocator.Tor Egge2019-08-181-3/+0
* Add separate allocator for strings in unique store.Tor Egge2019-08-151-0/+98