Searched refs:stackshot_alloc_arr (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | kern_stackshot.h | 57 #define stackshot_alloc_arr(type, count, err) stackshot_alloc_with_size(sizeof(type) * (count), err) macro
|
| H A D | kern_stackshot.c | 950 buf_ptr = stackshot_alloc_arr(uint8_t, buf_size, &error); in linked_kcdata_init() 5596 .sswq_items = stackshot_alloc_arr(struct stackshot_workitem, queue_size, &error), in do_stackshot() 5813 stackshot_cpu_ctx.scc_stack_buffer = stackshot_alloc_arr(uintptr_t, MAX_FRAMES, &error); in stackshot_cpu_do_work()
|