aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/util/rcuvector
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
* 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-142-137/+116
* 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-072-2/+2
* use size literals in vespalibArne Juul2021-02-151-3/+4
* The unit test for rcuvector has been moved to vespalib.Tor Egge2019-06-011-1/+1
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-233-0/+309