Searched defs:z_heap_stress_rec (Results 1 – 1 of 1) sorted by relevance
11 struct z_heap_stress_rec { struct12 void *(*alloc_fn)(void *arg, size_t bytes);13 void (*free_fn)(void *arg, void *p);14 void *arg;15 size_t total_bytes;16 struct z_heap_stress_block *blocks;17 size_t nblocks;41 static bool rand_alloc_choice(struct z_heap_stress_rec *sr) in rand_alloc_choice() argument