Commit Graph

420 Commits

Author SHA1 Message Date
abdelrahman 76222d31d4 Namespace all functions 2024-03-21 07:26:26 +00:00
abdelrahman 7948d3fd1a Ensure arena is freed when initialisation fails 2024-02-24 23:01:26 +00:00
abdelrahman 1094a9fefb Add comment for default alignment 2024-02-24 22:59:25 +00:00
abdelrahman b8db582098 Implement growing arena 2024-02-24 20:27:06 +00:00
abdelrahman a169fe3654 Return NULL when aligning forward if ptr is NULL 2024-02-24 20:26:37 +00:00
abdelrahman 9513c05b75 Handle NULL pointers in base arena 2024-02-24 18:44:43 +00:00
abdelrahman 633632105b Implement base arena allocator 2024-02-24 18:40:25 +00:00
abdelrahman 5a0aad5d52 Add memory utilities 2024-02-24 18:40:05 +00:00
abdelrahman 819d457048 Update build script 2024-02-24 18:39:41 +00:00
abdelrahman 5cbe7f2612 Remove example_build 2024-02-24 17:15:35 +00:00
abdelrahman 2be4536850 Add aliases for pointer integer types 2024-02-24 15:36:54 +00:00
abdelrahman 7e8de5f5fb Rename struct String to struct dstr 2024-02-24 15:04:22 +00:00
abdelrahman 293b16af31 Switch to PascalCase datatype names 2024-02-24 15:02:47 +00:00
abdelrahman 0a82702503 Add .gitignore 2024-02-24 14:59:22 +00:00
abdelrahman 36a4c04a5b Add build scripts for development 2024-02-24 14:59:07 +00:00
abdelrahman ad5d76d3cc Update namespace for cpath functions 2024-02-24 14:51:03 +00:00
abdelrahman d5c19e2c58 Namespace the path functions 2024-02-24 14:47:18 +00:00
abdelrahman fc951c8bd8 Update static aliases to be lower case 2024-02-24 14:46:52 +00:00
abdelrahman 75acf7da5d Fix bug with the dirup function 2024-02-24 14:46:32 +00:00
abdelrahman f1b29d1c3f INITIAL COMMIT 2024-01-20 21:37:22 +00:00