Commit Graph

8 Commits

Author SHA1 Message Date
Abdelrahman Said 7bfaf53d4e Return false when initialising arena with 0 capacity 2024-03-24 07:15:39 +00:00
Abdelrahman Said 9179f9beaa Ensure arena has been allocated before attempting to free 2024-03-24 06:37:02 +00:00
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 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