mirror of
https://codeberg.org/andyscott/marCsweep.git
synced 2024-11-14 16:20:51 -05:00
README: add link to malloc branch
This commit is contained in:
parent
ea7738bcf8
commit
288111e981
1 changed files with 8 additions and 0 deletions
|
@ -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
|
garbage collection. Thank you to [Robert
|
||||||
Nystrom](https://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/)
|
Nystrom](https://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/)
|
||||||
for the idea.
|
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!
|
||||||
|
|
Loading…
Reference in a new issue