aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem/memhash.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-06Updated Readme to include build instructions1-2/+16
Signed-off-by: Marc Pervaz Boocha <mboocha@sudomsg.xyz> On branch main Your branch is ahead of 'origin/main' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: readme.md
2023-05-06Added MIT License23-4/+156
On branch main Your branch is up to date with 'origin/main'. Changes to be committed: new file: ../LICENSE modified: ../include/alloc.h modified: ../include/calt.h modified: ../include/mem.h modified: alloc/alloc.c modified: alloc/calloc.c modified: alloc/free.c modified: alloc/malloc.c modified: alloc/memdup.c modified: alloc/realloc.c modified: mem/memccpy.c modified: mem/memchr.c modified: mem/memcmp.c modified: mem/memcpy.c modified: mem/memhash.c modified: mem/memlen.c modified: mem/memmem.c modified: mem/memmove.c modified: mem/memrchr.c modified: mem/memrev.c modified: mem/memset.c modified: mem/memswap.c modified: mem/memzero.c
2023-05-06Added Initial Implementation of memory and allocation function