Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/lib/os/
Dheap-validate.c205 void *(*alloc_fn)(void *arg, size_t bytes); member
300 void sys_heap_stress(void *(*alloc_fn)(void *arg, size_t bytes), in sys_heap_stress()
309 .alloc_fn = alloc_fn, in sys_heap_stress()
323 void *p = sr.alloc_fn(sr.arg, sz); in sys_heap_stress()
/Zephyr-Core-3.4.0/include/zephyr/sys/
Dsys_heap.h242 void sys_heap_stress(void *(*alloc_fn)(void *arg, size_t bytes),