Home
last modified time | relevance | path

Searched refs:alloc_fn (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/heap/
Dheap_stress.c12 void *(*alloc_fn)(void *arg, size_t bytes); member
107 void sys_heap_stress(void *(*alloc_fn)(void *arg, size_t bytes), in sys_heap_stress()
116 .alloc_fn = alloc_fn, in sys_heap_stress()
130 void *p = sr.alloc_fn(sr.arg, sz); in sys_heap_stress()
/Zephyr-latest/include/zephyr/sys/
Dsys_heap.h252 void sys_heap_stress(void *(*alloc_fn)(void *arg, size_t bytes),