aboutsummaryrefslogtreecommitdiffstats
path: root/mem.c
Commit message (Collapse)AuthorAgeFilesLines
* Add util function: free_pointer_arrayverdant2026-07-281-0/+17
| | | | | This function iterates through each element of pointer array, frees its memory, and finally free the array itself.
* Implement xreallocverdant2026-07-271-0/+10
|
* Reformat err.c mem.cverdant2026-07-221-7/+7
|
* Add xmallocverdant2026-07-211-0/+16