Commit graph

15 commits

Author SHA1 Message Date
73eeb4ef70 refactor(linting): removed magical numbers from memory functions 2025-10-05 10:02:50 -05:00
d497356835 refactor(linting): fixed warnings given by clang 2025-10-05 09:40:33 -05:00
e75542f6f2 fix(allocator): fixed allocator for windows 2025-04-19 09:22:51 -05:00
6e1533c943 feat(allocator): implemented realloc function 2025-04-19 06:49:34 -05:00
79ea8dda64 feat(allocator): added calloc function 2025-04-19 06:38:01 -05:00
00b6aaa735 refactor(allocator): made seperate allocator function for malloc 2025-04-19 06:37:17 -05:00
4c72d22e9c feat(memory management): implemented memory compare function 2025-04-19 05:05:12 -05:00
4aa1913006 feat(memory management): implemented memory move function 2025-04-18 12:13:11 -05:00
3ae91ad59c feat(memory management): implemented memeory copy function 2025-04-18 10:05:29 -05:00
64a3f60228 feat(memory management): implemented memory set function 2025-04-16 17:18:07 -05:00
5fb2be86a7 feat(simd): added function to check what simd version is supported 2025-04-13 09:02:51 -05:00
76e5cff6a1 feat(simd): added type for specifying simd version supported 2025-04-13 08:48:09 -05:00
c091d0dcc4 refactor(file structure): seperated files in seperate folders 2025-04-12 17:05:14 -05:00
dd10dfd376 feat(allocator): implemented basic free function to free allocated memory 2025-04-11 18:21:20 -05:00
c48200cd52 feat(allocator): implemented basic malloc functionality 2025-04-11 16:03:11 -05:00