aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/unique_store_string_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* - Add some more extern templates to enable code to build with -O0.Henning Baldersheim2023-12-131-5/+5
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use faster way to get entry size.Tor Egge2023-06-221-2/+2
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-4/+4
* - rename BufferAndTypeId -> BufferAndMeta and add the array size to it.Henning Baldersheim2023-03-101-2/+2
* remove whitespace at end of linesArne Juul2023-01-151-1/+1
* Rename ICompactable::move to move_on_compact.Tor Egge2022-10-111-1/+1
* Add memory allocator to unique store allocatorTor Egge2022-02-101-3/+9
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Have the BufferType::_emptyEntry be static.Henning Baldersheim2021-01-101-4/+6
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* Merge pull request #10315 from vespa-engine/toregge/extend-unique-store-testTor Egge2019-08-191-0/+1
|\
| * Extend unique store test to cover use of unique store string allocator.Tor Egge2019-08-181-0/+1
* | Add missing include statement.Tor Egge2019-08-191-0/+1
|/
* Style fixes for UniqueStoreStringAllocator.Tor Egge2019-08-151-5/+4
* Extend class comment for UniqueStoreStringAllocator.Tor Egge2019-08-151-3/+9
* Add separate allocator for strings in unique store.Tor Egge2019-08-151-0/+126