Searched refs:sys_heap_stress (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/include/zephyr/sys/ | 
| D | sys_heap.h | 248 void sys_heap_stress(void *(*alloc_fn)(void *arg, size_t bytes),
 | 
| /Zephyr-latest/tests/lib/heap/src/ | 
| D | main.c | 177 	sys_heap_stress(testalloc, testfree, &heap,  in ZTEST()206 	sys_heap_stress(testalloc, testfree, &heap,  in ZTEST()
 233 	sys_heap_stress(testalloc, testfree, &heap,  in ZTEST()
 
 | 
| /Zephyr-latest/lib/heap/ | 
| D | heap_stress.c | 107 void sys_heap_stress(void *(*alloc_fn)(void *arg, size_t bytes),  in sys_heap_stress()  function
 |