-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working