zephyr/tests/kernel/mem_protect
Daniel Leung 4655ae3a27 tests: userspace/mem_protect: more CONFIG_SYS_HEAP_ALLOC_LOOPS
Due to the constant alloc/free cycles during the stress test,
it is possible that the heap can become fragmented enough to
prevent successful allocation, and thus failing the test.
So we change the CONFIG_SYS_HEAP_ALLOC_LOOPS to a higher value
so the allocation code will try harder to find a space.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2025-04-29 19:04:23 +02:00
..
demand_paging tests: demand_paging/mem_map: move malloc config to prj.conf 2024-12-07 16:01:10 +00:00
futex
mem_map tests: mem_protect/mem_map: add data cache manipulations 2024-12-19 21:54:16 +01:00
mem_protect tests: kernel/arch: various doxygen fixes 2025-04-22 14:03:29 +02:00
obj_validation Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
protection tests: mem_protect/protection: Use __noinline attribute 2024-11-30 01:04:11 +01:00
stack_random everywhere: Use correct macro for gcc-specific warnings 2025-03-20 21:57:47 +01:00
stackprot tests: mem_protect/stackprot: Use __noinline attribute 2024-11-30 01:04:11 +01:00
sys_sem tests: copy intel_adsp_ace30_ptl.conf to *_sim.conf 2024-11-18 13:18:22 -05:00
syscalls tests: userspace/mem_protect: more CONFIG_SYS_HEAP_ALLOC_LOOPS 2025-04-29 19:04:23 +02:00
userspace tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +01:00