aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/alloc/alloc_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Disable two alloc unit tests when using any sanitizer.Tor Egge2023-08-211-3/+3
* Add utility header for detecting sanitizer-instrumented compilationTor Brede Vekterli2022-05-031-9/+2
* Handle 64K page size in alloc unit test and rcuvector unit test.Tor Egge2022-02-171-17/+24
* Block in-place resize from nonzero to zero size.Tor Egge2022-02-091-19/+36
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Remove duplicate test.Tor Egge2021-03-041-27/+1
* Add method the considers elemsize when computing number of elements that will...Henning Baldersheim2021-02-251-0/+15
* use size literals in vespalibArne Juul2021-02-151-17/+18
* Add memory allocator backed by a file.Tor Egge2021-02-101-0/+28
* Add comment about why two tests are disabled when addressTor Egge2020-06-291-0/+6
* Partially disable alloc test when using address sanitizer.Tor Egge2020-06-291-0/+10
* Check that pointers are equal, don't try to compare C strings.Tor Egge2020-04-151-3/+5
* Detect when size classes are changed instead.Henning Baldersheim2020-01-111-0/+13
* The first memory mapped region can be a long distance from the secondTor Egge2018-09-111-0/+2
* Reanble test after making independent of vm.legacy_va_layoutHenning Baldersheim2017-10-261-53/+38
* Temporary ignore test depending on sysctl setting vm.legacy_va_layout setting.Henning Baldersheim2017-10-261-0/+5
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-031-27/+25
* Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-031-25/+27
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-021-27/+25
* Update comment according to @geirst's comments.Henning Baldersheim2017-01-041-4/+3
* Revert "Revert "Balder/extend in place rebased""Henning Baldersheim2017-01-041-10/+167
* Revert "Balder/extend in place rebased"Henning Baldersheim2017-01-041-167/+10
* Added tests for the auto alloc for what works and what does not.Henning Baldersheim2017-01-031-0/+91
* The -> Then typo and added a test that mmap leaves untouched if no room for e...Henning Baldersheim2017-01-031-1/+19
* Implement both extension and shrinking of buffers.Henning Baldersheim2017-01-031-13/+41
* extend_inplace -> resize_inplaceHenning Baldersheim2017-01-031-2/+2
* Support extending mmapped memory.Henning Baldersheim2017-01-031-12/+22
* Verify that heap allocated buffers are not extendable.Henning Baldersheim2017-01-031-0/+10
* Rewrite test to new syntax.Henning Baldersheim2016-10-181-27/+26
* Follow api changeHenning Baldersheim2016-10-161-7/+7
* Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-161-8/+8
* Ensure that we keep memory footprint to a minimum by deleting as early as pos...Henning Baldersheim2016-10-151-3/+9
* Handle variations to alignment smoother.Henning Baldersheim2016-10-031-3/+3
* Make vespalib tests compileHenning Baldersheim2016-10-031-10/+16
* PublishJon Bratseth2016-06-151-0/+94