|
6e9c27b71e
|
Fixed runtime errors.
|
2024-03-02 12:55:54 -08:00 |
|
|
7464c85692
|
Fixed a lot of errors and expanded functionality.
|
2024-03-02 06:42:02 -08:00 |
|
|
f341253aa8
|
Merge pull request 'gbowne1 version of implementation with more implementations done' (#4) from gbowne1_impl into main
Reviewed-on: #4
|
2024-02-14 18:08:17 -08:00 |
|
|
3305ef401c
|
oops forgot the last of the changes
|
2024-02-14 16:55:09 -08:00 |
|
|
f83a00f4d5
|
Merge remote-tracking branch 'origin/main' into gbowne1_impl
|
2024-02-14 16:51:02 -08:00 |
|
|
fe9d9e3836
|
fixing issues from PR
|
2024-02-14 16:21:16 -08:00 |
|
|
19b2e31119
|
gbowne1 version of implementation with more implementations done
|
2024-02-14 00:21:54 -08:00 |
|
|
af512c99b6
|
Removed sbrk and brk and only used the brk system call.
|
2024-02-11 00:25:42 -08:00 |
|
|
7ebc328b5a
|
fixed get_heap_size function by adding null pointer checks.
|
2024-02-08 18:51:44 -08:00 |
|
|
0e2633db9d
|
Added get_heap_size function.
|
2024-02-08 18:50:58 -08:00 |
|
|
9594b76202
|
Added ralloc function.
|
2024-02-08 17:51:03 -08:00 |
|
|
103277bf63
|
Added ralloc function.
|
2024-02-08 17:47:44 -08:00 |
|
|
c0da3fdefe
|
Added ralloc function.
|
2024-02-08 17:42:03 -08:00 |
|
|
0b25fa434f
|
Added memory block fragmenting.
|
2024-02-08 17:24:49 -08:00 |
|
|
14d4e0ee67
|
Fixed forward defragmenting, added reverse defragmenting, and added a line break on second printf.
|
2024-02-08 17:04:41 -08:00 |
|
|
3b38eddf5d
|
Optimized code by adding last block global variable.
|
2024-02-08 16:44:26 -08:00 |
|
|
6525d5f2b9
|
Reinstated a necessary cast.
|
2024-02-08 02:09:58 -08:00 |
|
|
dd07283ffc
|
Removed unnecessary casts.
|
2024-02-08 02:08:38 -08:00 |
|
|
f49256d7e7
|
Code optimization.
|
2024-02-08 02:07:49 -08:00 |
|
|
eaa93effaf
|
Fixed grammatical error.
|
2024-02-08 02:05:06 -08:00 |
|
|
a9fcd9102f
|
Added documentation.
|
2024-02-08 02:00:57 -08:00 |
|
|
1517046258
|
Implemented malloc and free. Needs reverse chunking, and fragmenting implemented.
|
2024-02-08 01:44:09 -08:00 |
|
|
7fdcc2c0f8
|
Patched version of C Standard used in set(CMAKE_C_STANDARD)
|
2024-02-07 23:25:20 -08:00 |
|
|
5a7ede5957
|
Changed CMake version.
|
2024-02-07 23:19:15 -08:00 |
|
|
404c9c052a
|
First commit.
|
2024-02-07 23:15:44 -08:00 |
|
|
352720a999
|
Initial commit
|
2024-02-07 23:06:49 -08:00 |
|