Preliminary strings

While not well-wrought, it's at least possible now to log some stuff when debugging
This commit is contained in:
dcodeIO
2018-01-27 05:35:14 +01:00
parent b548b5c81f
commit de066fc128
22 changed files with 1267 additions and 112 deletions

View File

@ -53,7 +53,7 @@ function test(file) {
tlsf.check_pool(0);
}
} finally {
mem(tlsf.memory, 0, 4096);
// mem(tlsf.memory, 0, 4096);
console.log("memSize=" + memSize);
}
console.log();