New TLSF, see #15

This commit is contained in:
dcodeIO
2018-02-01 17:35:51 +01:00
parent 3924aa96ae
commit a8da04404a
10 changed files with 628 additions and 828 deletions

View File

@ -20,7 +20,7 @@ A few early examples to get an idea:
A PSON decoder implemented in AssemblyScript.
* **[TLSF memory allocator](./examples/tlsf)**<br />
A port of TLSF to AssemblyScript.
An implementation of the TLSF memory allocator in AssemblyScript.
* **[μgc garbage collector](./examples/ugc)**<br />
A port of μgc to AssemblyScript.