aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/util/rcuvector/rcuvector_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Avoid livelock when running rcu vector unit test with valgrind.Tor Egge2023-07-101-0/+17
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-2/+2
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-121-2/+2
* Rename first used generation -> oldest used generation.Geir Storli2022-10-121-1/+1
* Implement GenerationHolder in terms of the generic generation hold list.Geir Storli2022-10-101-22/+22
* - Introduce the concept of minimal capacity for rcu vectors.Henning Baldersheim2022-05-241-20/+33
* - Stick to using GrowStragey everywhere.Henning Baldersheim2022-05-231-14/+14
* Add acquire_elem_ref() member function to rcu vector.Tor Egge2022-03-151-5/+146
* Convert rcu vector unit test to gtest.Tor Egge2022-03-141-137/+115
* Handle 64K page size in alloc unit test and rcuvector unit test.Tor Egge2022-02-171-10/+18
* Keep using same memory allocator when resizing rcu vector.Tor Egge2022-02-091-0/+72
* Use EntryRefFilter to filter calls to UniqueStoreRemapper::remap() forTor Egge2021-12-071-11/+5
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in vespalibArne Juul2021-02-151-3/+4
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-0/+296