summaryrefslogtreecommitdiff
path: root/src/vector.c
Commit message (Expand)AuthorAgeFilesLines
* [core] save ptr to avoid static analyzer realloc warnGlenn Strauss2023-01-021-1/+2
* [core] create non-inlined vector_resize()Glenn Strauss2022-12-101-3/+10
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-2/+0
* [core] use ck_assert() in vector.[ch]Glenn Strauss2021-11-071-2/+2
* [core] some header cleanupGlenn Strauss2018-04-081-1/+7
* [core] add generic vector implementationStefan Bühler2016-03-191-0/+17