Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 8 of 8) sorted by relevance

/arch/s390/tools/
Dgen_facilities.c136 array = realloc(array, (dword + 1) * 8); in print_facility_list()
Dgen_opcode_table.c168 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()
/arch/powerpc/boot/
Dsimple_alloc.c147 platform_ops.realloc = simple_realloc; in simple_alloc_init()
Dlibfdt-wrapper.c51 buf = platform_ops.realloc(buf, size); in expand_buf()
Dops.h30 void * (*realloc)(void *ptr, unsigned long size); member
/arch/x86/kernel/apic/
Dvector.c506 bool realloc = false; in vector_configure_legacy() local
524 realloc = true; in vector_configure_legacy()
527 return realloc; in vector_configure_legacy()
/arch/mips/boot/tools/
Drelocs.c456 void *mem = realloc(r->offset, newsize * sizeof(r->offset[0])); in add_reloc()
/arch/x86/tools/
Drelocs.c662 void *mem = realloc(r->offset, newsize * sizeof(r->offset[0])); in add_reloc()