Skip to content

Commit c9b5295

Browse files
committed
New TLSF, see #15
1 parent 3924aa9 commit c9b5295

File tree

9 files changed

+482
-1112
lines changed

9 files changed

+482
-1112
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A few early examples to get an idea:
2020
A PSON decoder implemented in AssemblyScript.
2121

2222
* **[TLSF memory allocator](./examples/tlsf)**<br />
23-
A port of TLSF to AssemblyScript.
23+
An implementation of the TLSF memory allocator in AssemblyScript.
2424

2525
* **[μgc garbage collector](./examples/ugc)**<br />
2626
A port of μgc to AssemblyScript.

bin/asc

100644100755
File mode changed.

bin/asc.js

Lines changed: 0 additions & 356 deletions
This file was deleted.

examples/tlsf/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
TLSF memory allocator
2-
=====================
1+
![](https://s.gravatar.com/avatar/f105de3decfafc734b8eabe9a960b25d?size=48) TLSF
2+
=================
33

4-
A port of [Matt Conte's implementation](https://github.com/mattconte/tlsf) of the [TLSF](http://www.gii.upv.es/tlsf/) memory allocator to AssemblyScript.
4+
An implementation of the [Two Level Segregate Fit](http://www.gii.upv.es/tlsf/main/docs)
5+
memory allocator in AssemblyScript.
56

67
Instructions
78
------------

0 commit comments

Comments
 (0)