Home
last modified time | relevance | path

Searched refs:sys_heap_stress (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dsys_heap.h252 void sys_heap_stress(void *(*alloc_fn)(void *arg, size_t bytes),
/Zephyr-latest/tests/lib/heap/src/
Dmain.c177 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/
Dheap_stress.c107 void sys_heap_stress(void *(*alloc_fn)(void *arg, size_t bytes), in sys_heap_stress() function