Move TLSF to stdlib, see #15

This commit is contained in:
dcodeIO
2018-02-12 19:17:50 +01:00
parent 9e9284955d
commit c6486c461d
16 changed files with 4716 additions and 544 deletions

View File

@ -0,0 +1,2 @@
import "allocator/tlsf";
export { allocate_memory, free_memory };

View File

@ -0,0 +1,6 @@
{
"extends": "../../../std/assembly.json",
"include": [
"./**/*.ts"
]
}