Searched refs:realloc (Results 1 – 8 of 8) sorted by relevance
136 array = realloc(array, (dword + 1) * 8); in print_facility_list()
168 desc->insn = realloc(desc->insn, desc->nr * sizeof(*desc->insn)); in read_instructions()256 desc->group = realloc(desc->group, desc->nr_groups * sizeof(*desc->group)); in add_to_group()
147 platform_ops.realloc = simple_realloc; in simple_alloc_init()
51 buf = platform_ops.realloc(buf, size); in expand_buf()
30 void * (*realloc)(void *ptr, unsigned long size); member
506 bool realloc = false; in vector_configure_legacy() local524 realloc = true; in vector_configure_legacy()527 return realloc; in vector_configure_legacy()
456 void *mem = realloc(r->offset, newsize * sizeof(r->offset[0])); in add_reloc()
662 void *mem = realloc(r->offset, newsize * sizeof(r->offset[0])); in add_reloc()