zephyr/tests/lib/mem_alloc/src
Keith Packard 0643f00aa3 tests/mem_alloc: Make sure the "impossible" allocations actually are
The hifive_unleashed board is configured with 0xf0000000 bytes of memory,
so an allocation of 0x7fffffff should succeed. Instead, use a much larger
value to ensure that the allocation fails.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-06-22 13:15:55 +02:00
..
main.c tests/mem_alloc: Make sure the "impossible" allocations actually are 2022-06-22 13:15:55 +02:00