You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
wee_alloc is supposedly useful for embedded devices, but I tried it over the weekend and of the total amount of memory of 256 KiB, wee_alloc is only able to allocate 2.2 KiB in its default configuration. Something seems to be off here.
Steps to Reproduce
Use the static array backend.
Configure 256 KiB of memory.
Do a few allocations in the range 1 - 700 bytes like in the image provided.
wee_alloc should run out of memory very early.
Expected Behavior
It should be able to use at least 200 KiB or so.
Actual Behavior
It can only allocate 2.2 KiB.
schrieveslaach, nand-nor, jturcotte and not-matthiasTerkwood