You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
Tiny replacement for `malloc` / `free` in unmanaged, linear memory situations, e.g. [WASM](http://webassembly.org) and [embedded devices](https://github.com/thi-ng/ws-ldn-12).
4
4
5
+
## Updates
6
+
7
+
For an updated version (written in TypeScript, but still targetting the same linear
8
+
memory setup) with more features and improved block splitting/coalescing, please visit:
For an in-depth discussion and comparison with other allocators, please see:
12
+
13
+
-[Toward Specialization of Memory
14
+
Management in Unikernels (Hugo Lefeuvre)](https://os.itec.kit.edu/downloads/2020_BA_Lefeuvre_Toward_Specialization_of_Memory_Management_in_Unikernels.pdf)
15
+
5
16
## Features
6
17
7
18
- written in standalone C11, no dependencies, C runtime or syscalls used
0 commit comments