Searched refs:xrecalloc (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sched-int.h | 651 extern void * xrecalloc (void *, size_t, size_t, size_t);
|
| H A D | haifa-sched.c | 3268 h_i_d = xrecalloc (h_i_d, new_max_uid, old_max_uid, sizeof (*h_i_d)); in extend_h_i_d() 3285 ready_try = xrecalloc (ready_try, rgn_n_insns + n_new_insns + 1, in extend_ready() 3534 xrecalloc (void *p, size_t new_nmemb, size_t old_nmemb, size_t size) in xrecalloc() function 4228 line_note_head = xrecalloc (line_note_head, last_basic_block, in extend_bb()
|
| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A D | ia64.c | 6622 spec_check_no = xrecalloc (spec_check_no, new_max_uid, in ia64_h_i_d_extended() 6631 stops_p = xrecalloc (stops_p, new_clocks_length, clocks_length, 1); in ia64_h_i_d_extended() 6635 clocks = xrecalloc (clocks, new_clocks_length, clocks_length, in ia64_h_i_d_extended() 6637 add_cycles = xrecalloc (add_cycles, new_clocks_length, clocks_length, in ia64_h_i_d_extended()
|