aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/datastore/dynamic_array_buffer_type
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Limit 64-byte dynamic array buffer type alignment based on element type.Tor Egge2023-06-241-0/+8
|
* Avoid shadowing.Tor Egge2023-06-221-1/+1
|
* Allocate space for allowed buffer underflow.Tor Egge2023-06-221-24/+28
|
* Store dynamic array size size at start of entry.Tor Egge2023-06-211-2/+2
|
* Adjust DynamicArrayBufferType constructor signature to matchTor Egge2023-06-151-2/+3
| | | | SmallArrayBufferType constructor signature.
* Add DynamicArrayBufferType.Tor Egge2023-06-142-0/+258