aboutsummaryrefslogtreecommitdiffstats
path: root/mem.h
Commit message (Collapse)AuthorAgeFilesLines
* Add util function: free_pointer_arrayverdant2026-07-281-0/+1
| | | | | This function iterates through each element of pointer array, frees its memory, and finally free the array itself.
* Implement xreallocverdant2026-07-271-1/+2
|
* Add xmallocverdant2026-07-211-0/+8