Home
last modified time | relevance | path

Searched refs:munmap (Results 276 - 300 of 624) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_preinit.c45 .munmap = MuslMalloc(munmap),
213 snprintf(symbol, sizeof(symbol), "%s_%s", prefix, "munmap"); in init_munmap_function()
321 if (!init_munmap_function(shared_library_handler, &table->munmap, prefix)) { in init_hook_functions()
/third_party/musl/src/hook/linux/
H A Dmusl_preinit.c60 .munmap = MuslMalloc(munmap),
228 snprintf(symbol, sizeof(symbol), "%s_%s", prefix, "munmap"); in init_munmap_function()
335 if (!init_munmap_function(shared_library_handler, &table->munmap, prefix)) { in init_hook_functions()
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dmem.c207 munmap(addr, UM_KERN_PAGE_SIZE); in check_tmpexec()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_vdso.c105 assert(munmap((void *)low, size) == 0); in test_sigreturn_vdso()
/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Djson.c76 munmap(map, roundup(size, ps)); in unmapfile()
/kernel/linux/linux-5.10/tools/build/
H A Dfixdep.c152 munmap(map, st.st_size); in print_deps()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcopyfile.c68 munmap(ptr, off_in + size); in copyfile_offset()
/kernel/linux/linux-5.10/tools/power/cpupower/debug/i386/
H A Ddump_psb.c194 munmap(mem, LEN); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dhugepage-mremap.c174 munmap(addr, length); in main()
H A Dmrelease_test.c49 munmap(buf, nr_pages * psize()); in alloc_noexit()
/kernel/linux/linux-6.6/tools/power/cpupower/debug/i386/
H A Ddump_psb.c192 munmap(mem, LEN); in main()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcopyfile.c68 munmap(ptr, off_in + size); in copyfile_offset()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dexec_prot.c223 FAIL_IF(munmap((void *)insns, pgsize)); in test()
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/
H A Dfutex_wait.c165 munmap(shm, sizeof(f_private)); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_vdso.c105 assert(munmap((void *)low, size) == 0); in test_sigreturn_vdso()
/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/
H A Dmmap_test_002.cpp49 ret = munmap(p, pageSize); in CheckedMmap()
H A Dmmap_test_006.cpp63 ret = munmap(mem, len); in Testcase()
H A Dmremap_test_001.cpp88 ret = munmap(p, size); in Testcase()
/kernel/linux/linux-6.6/tools/build/
H A Dfixdep.c152 munmap(map, st.st_size); in print_deps()
/test/xts/hats/kernel/prctl/
H A DPrctlApiTest.cpp150 if (munmap(ret_pm, page_size * NUMBER_PAGE)) { in SetVmaAnonName()
151 handle_error("munmap fail\n"); in SetVmaAnonName()
/test/xts/hats/kernel/syscalls/process/prctl/
H A DPrctlApiTest.cpp127 munmap(addr, pageSize * NUMBER_PAGE); in HWTEST_F()
/third_party/ffmpeg/libavutil/
H A Dfile.c149 munmap(bufptr, size); in av_file_unmap()
/third_party/libunwind/libunwind/src/
H A Dos-freebsd.c49 munmap(ptr, sz); in free_mem()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h111 int munmap (void *, size_t);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h115 int munmap (void *, size_t);

Completed in 10 milliseconds

1...<<11121314151617181920>>...25