1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/malloc
Marian Buschsieweke a6ceeec29f
tests/malloc: fix counting bug
There is a corner cases in which the counting of allocated memory
previously was wrong: When the allocation of the chunk succeeded but the
allocation of the next struct  node fails. This was relatively unlikely
to happen, as the chunk size was much bigger than the memory required by
the struct node. But it happens on the ESP32 boards resulting in failing
nightlies. This fixes the issue.
2021-12-03 10:09:46 +01:00
..
tests tests/malloc: refactor test 2021-05-03 17:17:49 +02:00
main.c tests/malloc: fix counting bug 2021-12-03 10:09:46 +01:00
Makefile tests: remove DEVELHELP from per test Makefiles 2017-12-14 17:54:13 +01:00