Home
last modified time | relevance | path

Searched refs:new_size (Results 1 – 3 of 3) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_file.h83 static void ResizeSection(Elf* elf, Elf_Scn* section, size_t new_size,
Delf_file.cc507 void ElfFile<ELF>::ResizeSection(Elf* elf, Elf_Scn* section, size_t new_size, in ResizeSection() argument
516 if (section_header->sh_size == new_size) { in ResizeSection()
530 const ssize_t hole_size = new_size - data->d_size; in ResizeSection()
/bionic/libc/bionic/
Dmalloc_debug_qemu.cpp907 size_t new_size = mallocdesc_alloc_size(&new_desc); in qemu_instrumented_realloc() local
908 if (new_size < bytes) { // Overflow in qemu_instrumented_realloc()
910 malloc_pid, getpid(), mem, bytes, new_size); in qemu_instrumented_realloc()
914 new_desc.ptr = g_malloc_dispatch->malloc(new_size); in qemu_instrumented_realloc()
917 malloc_pid, getpid(), mem, bytes, new_size); in qemu_instrumented_realloc()