This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
assemblyscript
Watch
1
Star
0
Fork
0
You've already forked assemblyscript
mirror of
https://github.com/fluencelabs/assemblyscript
synced
2025-04-26 07:22:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
assemblyscript
/
tests
/
allocators
/
buddy
/
assembly
/
index.ts
3 lines
59 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add evanw's buddy allocator for testing
2018-02-19 19:16:50 +01:00
import
"./buddy"
;
Move TLSF to stdlib, see #15
2018-02-12 19:17:50 +01:00
export
{
allocate_memory
,
free_memory
}
;
Reference in New Issue
Copy Permalink