1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

3 Commits

Author SHA1 Message Date
Koen Zandberg
4868094fbf
tests/memarray: add extend/reduce tests 2021-01-18 11:01:37 +01:00
Vincent Dupont
97cfd1e512 memarray: fix memarray init
If memarray data is not initialized to 0 (for instance during a
re-init). The last element of the array is not properly cleared thus
leading to returning an invalid pointer when everything is allocated.
2020-03-09 17:56:34 +01:00
Alexandre Abadie
ae223308bf
tests/memarray: add automatic test script 2019-11-28 08:47:57 +01:00