• Joined on 2025-01-27
Karutoh pushed to main at Karutoh/Compiler 2024-02-14 06:50:56 -08:00
20dcef2751 Created a working ELF binary!
cf9bface93 Created a working ELF binary!
Karutoh created repository Karutoh/Compiler 2024-02-14 06:50:25 -08:00
Karutoh pushed to main at Karutoh/CustomHeapManager 2024-02-11 00:25:47 -08:00
af512c99b6 Removed sbrk and brk and only used the brk system call.
Karutoh pushed to main at Karutoh/CustomHeapManager 2024-02-08 18:51:49 -08:00
7ebc328b5a fixed get_heap_size function by adding null pointer checks.
Karutoh pushed to main at Karutoh/CustomHeapManager 2024-02-08 18:51:04 -08:00
0e2633db9d Added get_heap_size function.
Karutoh deleted branch implementation from Karutoh/CustomHeapManager 2024-02-08 17:51:55 -08:00
Karutoh pushed to main at Karutoh/CustomHeapManager 2024-02-08 17:51:16 -08:00
9594b76202 Added ralloc function.
103277bf63 Added ralloc function.
c0da3fdefe Added ralloc function.
Compare 3 commits »
Karutoh pushed to implementation at Karutoh/CustomHeapManager 2024-02-08 17:47:49 -08:00
103277bf63 Added ralloc function.
Karutoh pushed to implementation at Karutoh/CustomHeapManager 2024-02-08 17:42:08 -08:00
c0da3fdefe Added ralloc function.
Karutoh pushed to main at Karutoh/CustomHeapManager 2024-02-08 17:41:15 -08:00
85b32bbc2e Merge pull request 'gbowne1implfix' (#1) from gbowne1implfix into main
8b520b4bed updated malloc and extended heap
0b25fa434f Added memory block fragmenting.
14d4e0ee67 Fixed forward defragmenting, added reverse defragmenting, and added a line break on second printf.
3b38eddf5d Optimized code by adding last block global variable.
Compare 11 commits »
Karutoh deleted branch gbowne1implfix from Karutoh/CustomHeapManager 2024-02-08 17:41:15 -08:00
Karutoh merged pull request Karutoh/CustomHeapManager#1 2024-02-08 17:41:13 -08:00
gbowne1implfix
Karutoh pushed to implementation at Karutoh/CustomHeapManager 2024-02-08 17:24:54 -08:00
0b25fa434f Added memory block fragmenting.
Karutoh pushed to implementation at Karutoh/CustomHeapManager 2024-02-08 17:04:46 -08:00
14d4e0ee67 Fixed forward defragmenting, added reverse defragmenting, and added a line break on second printf.
Karutoh pushed to implementation at Karutoh/CustomHeapManager 2024-02-08 16:44:31 -08:00
3b38eddf5d Optimized code by adding last block global variable.
Karutoh pushed to implementation at Karutoh/CustomHeapManager 2024-02-08 02:10:02 -08:00
6525d5f2b9 Reinstated a necessary cast.
Karutoh pushed to implementation at Karutoh/CustomHeapManager 2024-02-08 02:08:43 -08:00
dd07283ffc Removed unnecessary casts.
Karutoh pushed to implementation at Karutoh/CustomHeapManager 2024-02-08 02:07:54 -08:00
f49256d7e7 Code optimization.
Karutoh pushed to implementation at Karutoh/CustomHeapManager 2024-02-08 02:05:11 -08:00
eaa93effaf Fixed grammatical error.
Karutoh pushed to implementation at Karutoh/CustomHeapManager 2024-02-08 02:01:01 -08:00
a9fcd9102f Added documentation.