Zondax / hello-rustee

Apache License 2.0
0 stars 2 forks source link

Add a custom allocator for TAs #9

Closed neithanmo closed 3 years ago

neithanmo commented 3 years ago

There are some functions that deal with dynamic allocation on TAs. Although the available memory is determined at compilation time using ta headers. Those functions are enough for implementing a custom allocator for rust TAs.

ghost commented 3 years ago

That's what I did earlier, maybe I wasn't very clear... Should I just push to dev ?

neithanmo commented 3 years ago

yes. I created this issue just for tracking what you did earlier..Would be nice to start moving things to dev.