-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heap and global allocator #155
Conversation
Experimental heap and global allocator which can be optionaly enabled with "heap" feature. This allows using for instance: String, format!, Vec... Current heap size is 8K.
I did some tests with the Rust boilerplate (see LedgerHQ/app-boilerplate-rust#58) and with |
Experimental heap and global allocator which can be optionaly enabled with "heap" feature.
This allows using for instance: String, format!, Vec... Current heap size is 8K.