Searched defs:z_heap_stress_rec (Results 1 – 1 of 1) sorted by relevance
204 struct z_heap_stress_rec { struct205 void *(*alloc_fn)(void *arg, size_t bytes);206 void (*free_fn)(void *arg, void *p);207 void *arg;208 size_t total_bytes;209 struct z_heap_stress_block *blocks;210 size_t nblocks;234 static bool rand_alloc_choice(struct z_heap_stress_rec *sr) in rand_alloc_choice() argument