zephyr/tests/lib/newlib
Keith Packard 08d4dc90a1 tests/heap_listener: Store 'malloc' value in global to avoid optimizer
When the compiler is allowed to know the semantics of malloc and free,
this test needs to be careful to not have both calls elided by not using
the result at all. Simply storing the malloc pointer in a global
variable is sufficient here.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-06-14 01:50:36 +09:00
..
heap_listener tests/heap_listener: Store 'malloc' value in global to avoid optimizer 2022-06-14 01:50:36 +09:00
thread_safety tests: newlib: thread_safety: Add min. RAM constraint for stress tests 2022-05-26 15:11:43 -07:00