Mineplay
  • Joined on 2025-04-03
Mineplay pushed to h2-simd-support at Mineplay/Hallocy 2025-04-13 09:02:56 -05:00
5fb2be86a7 feat(simd): added function to check what simd version is supported
Mineplay pushed to h2-simd-support at Mineplay/Hallocy 2025-04-13 08:48:33 -05:00
76e5cff6a1 feat(simd): added type for specifying simd version supported
Mineplay pushed to h2-simd-support at Mineplay/Hallocy 2025-04-12 17:05:51 -05:00
c091d0dcc4 refactor(file structure): seperated files in seperate folders
Mineplay pushed to h2-simd-support at Mineplay/Hallocy 2025-04-12 16:53:15 -05:00
Mineplay created branch h2-simd-support in Mineplay/Hallocy 2025-04-12 16:53:15 -05:00
Mineplay pushed to main at Mineplay/Hallocy 2025-04-12 16:50:08 -05:00
33936eb001 Merge pull request 'h1-basic-allocator' (#5) from h1-basic-allocator into main
b954870e45 refactor(tests): moved main.c to seperate tests folder
21e79b8af4 perf(allocator): made medium allocations reusable by adding memory bin
120ddaed02 perf(allocator): made small allocations reusable by adding a memory bin
dd10dfd376 feat(allocator): implemented basic free function to free allocated memory
Compare 9 commits »
Mineplay deleted branch h1-basic-allocator from Mineplay/Hallocy 2025-04-12 16:50:08 -05:00
Mineplay merged pull request Mineplay/Hallocy#5 2025-04-12 16:50:08 -05:00
h1-basic-allocator
Mineplay commented on pull request Mineplay/Hallocy#5 2025-04-12 16:49:25 -05:00
h1-basic-allocator

Tests folder now only contains the Main.c file. This will be changed to a real test system later, but the Hallocy library is needed first to setup this test framework so for now it will use a…

Mineplay created pull request Mineplay/Hallocy#5 2025-04-12 16:47:20 -05:00
h1-basic-allocator
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-12 15:10:32 -05:00
b954870e45 refactor(tests): moved main.c to seperate tests folder
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-12 13:29:31 -05:00
21e79b8af4 perf(allocator): made medium allocations reusable by adding memory bin
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-11 19:01:12 -05:00
120ddaed02 perf(allocator): made small allocations reusable by adding a memory bin
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-11 18:21:26 -05:00
dd10dfd376 feat(allocator): implemented basic free function to free allocated memory
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-11 17:31:24 -05:00
3aabf00607 fix(allocator): added error check to malloc function
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-11 17:26:40 -05:00
1e653f67c7 refactor(allocator): added header to memory blocks
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-11 16:17:06 -05:00
776bee499d perf(allocator): made allocation size align with page size of system
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-11 16:03:16 -05:00
c48200cd52 feat(allocator): implemented basic malloc functionality
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-11 15:51:59 -05:00
Mineplay created branch h1-basic-allocator in Mineplay/Hallocy 2025-04-11 15:51:59 -05:00