summaryrefslogtreecommitdiffstats
path: root/lib/darr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: darr needs to use memory.h for both alloc and freeChristian Hopps2023-11-111-1/+1
* Merge pull request #14508 from LabNConsulting/chopps/darr-use-frrmemfuncDonatas Abraitis2023-10-031-6/+4
|\
| * lib: use XREALLOC over realloc avoid coverity warningChristian Hopps2023-09-291-6/+4
* | *: Do not cast to the same type as the destination isDonatas Abraitis2023-09-291-1/+1
|/
* lib: add dynamic array typeChristian Hopps2023-06-281-0/+114