Use heapless instead of a global allocator #4234
Unanswered
markszente
asked this question in
Ideas
Replies: 1 comment
-
Right now Slint uses a global allocator, and it would be a major undertaking to change that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
If I'm correct, the
alloc
crate is presently used when you implementPlatform
. It would be cool to use Slint without having to use a global allocator. Fortunately, there is a crate for using such data structures with static memory allocation, calledheapless
. Would it be possible to implement something like this as a feature flag?Beta Was this translation helpful? Give feedback.
All reactions