4 lines
89 B
TypeScript
Raw Normal View History

2018-02-12 19:17:50 +01:00
import "allocator/tlsf";
export { allocate_memory, free_memory };
2018-02-19 23:07:35 +01:00
export { set_memory };