README: add link to malloc branch

This commit is contained in:
Andrew Scott 2024-10-25 14:46:14 -04:00
parent ea7738bcf8
commit 288111e981
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -50,3 +50,11 @@ This is a personal project that I am writing in my free time to learn more about
garbage collection. Thank you to [Robert
Nystrom](https://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/)
for the idea.
### Malloc
Sadly, it was this author's idea to extend the project by writing a custom
`malloc`. Perhaps I should have been lazy and used the preexisting definitions,
but where's the fun in that? You can find the code on the
[malloc](https://codeberg.org/andyscott/marCsweep/src/branch/malloc) branch,
but be aware that it's still highly experimental!