Home
last modified time | relevance | path

Searched refs:munmap (Results 1 – 17 of 17) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dfit_check_sign.c95 (void) munmap((void *)fit_blob, fsbuf.st_size); in main()
96 (void) munmap((void *)key_blob, ksbuf.st_size); in main()
H A Dmingw_support.h42 int munmap(void *, size_t);
H A Dmingw_support.c63 int munmap(void *addr, size_t len) in munmap() function
H A Dubsha1.c79 (void) munmap((void *)ptr, len); in main()
H A Dfit_info.c106 (void) munmap((void *)fit_blob, fsbuf.st_size); in main()
H A Dfit_image.c128 munmap(dest_blob, destfd_size); in fit_add_file_data()
133 munmap(ptr, sbuf.st_size); in fit_add_file_data()
534 munmap(fdt, sbuf.st_size); in fit_extract_data()
570 munmap(fdt, sbuf.st_size); in fit_extract_data()
668 munmap(old_fdt, sbuf.st_size); in fit_import_data()
H A Ddumpimage.c184 (void)munmap((void *)ptr, sbuf.st_size); in main()
H A Dmkimage.c423 (void) munmap((void *)ptr, sbuf.st_size); in main()
616 (void) munmap((void *)ptr, sbuf.st_size); in main()
740 (void) munmap((void *)ptr, sbuf.st_size); in copy_file()
H A Drkcommon.c664 munmap((void *)ptr, sbuf.st_size); in copy_file()
669 munmap((void *)ptr, sbuf.st_size); in copy_file()
H A Dkwboot.c596 munmap(img, st.st_size); in kwboot_mmap_image()
854 munmap(img, size); in main()
H A Daisimage.c248 (void) munmap((void *)ptr, sbuf.st_size); in ais_copy_image()
H A Dmips-relocs.c428 munmap(elf, st.st_size); in main()
H A Dimximage.c589 (void) munmap((void *)ptr, sbuf.st_size); in copy_plugin_code()
/rk3399_rockchip-uboot/scripts/basic/
H A Dfixdep.c324 munmap(map, st.st_size); in do_config_file()
445 munmap(map, st.st_size); in print_deps()
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c161 munmap(hdr, hdr->length + sizeof(*hdr)); in os_free()
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src664 sbrk, mmap, and munmap otherwise degrade performance, the default
1264 serviced via calls to mmap, and then later released via munmap.
1868 ret = munmap((char *)p - p->prev_size, size + p->prev_size);
1870 /* munmap returns non-zero on failure */
2348 2. If the chunk was allocated via mmap, it is release via munmap().
3084 current if malloc_trim and/or munmap got called), the maximum
H A Ddlmalloc.c1003 ret = munmap((char *)p - p->prev_size, size + p->prev_size);