Home
last modified time | relevance | path

Searched refs:munmap (Results 326 - 350 of 633) sorted by relevance

1...<<11121314151617181920>>...26

/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-6.6/tools/testing/selftests/mm/
H A Dkhugepaged.c650 munmap(p, size); in anon_cleanup_area()
684 munmap(p, size); in file_setup_area()
708 munmap(p, size); in file_cleanup_area()
759 munmap(p, size); in shmem_cleanup_area()
931 munmap(p, hpage_pmd_size); in alloc_at_fault()
/base/update/updater/services/ui/driver/
H A Dfbdev_driver.cpp158 * When fd_ isn't less than 0, then fbo->vaddr is valid and can by safely munmap. in ReleaseFb()
164 munmap(fbo->vaddr, fbo->size); in ReleaseFb()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A Dpkey_exec_prot.c286 munmap((void *) insns, pgsize); in test()
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c101 munmap(addr_rw, 2 * PAGE_SIZE); in check_error_paths()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c97 munmap(low_desc, sizeof(desc)); in init_seg()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dmem.c229 munmap(addr, UM_KERN_PAGE_SIZE); in check_tmpexec()
/kernel/linux/linux-5.10/samples/auxdisplay/
H A Dcfag12864b-example.c72 munmap(cfag12864b_mem, CFAG12864B_SIZE); in cfag12864b_exit()
/kernel/linux/linux-5.10/include/linux/raid/
H A Dpq.h183 # define free_pages(x, y) munmap((void *)(x), PAGE_SIZE << (y))
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Drdpmc.c149 munmap(addr, page_size); in __test__rdpmc()
/kernel/linux/linux-6.6/include/linux/raid/
H A Dpq.h175 # define free_pages(x, y) munmap((void *)(x), PAGE_SIZE << (y))
/kernel/linux/linux-6.6/samples/auxdisplay/
H A Dcfag12864b-example.c72 munmap(cfag12864b_mem, CFAG12864B_SIZE); in cfag12864b_exit()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_mod_race.c184 munmap(fault_addr, 4096); in test_bpf_mod_race_config()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dpkey_exec_prot.c286 munmap((void *) insns, pgsize); in test()
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c101 munmap(addr_rw, 2 * PAGE_SIZE); in check_error_paths()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c97 munmap(low_desc, sizeof(desc)); in init_seg()
/third_party/ltp/lib/
H A Dtst_tmpdir.c335 munmap((void *)tst_futexes, getpagesize()); in tst_rmdir()
/third_party/mesa3d/src/glx/apple/
H A Dapple_glx_pixmap.c104 if (munmap(p->buffer, p->size)) in pixmap_destroy()
105 perror("munmap"); in pixmap_destroy()
/third_party/musl/src/malloc/mallocng/
H A Dfree.c148 munmap(mi.base, mi.len); in free()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dttranshuge.c285 munmap(mem_addr, REQ_MEM_SIZE); in post_memory_map()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dttranshuge.c285 munmap(mem_addr, REQ_MEM_SIZE); in post_memory_map()
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap2.c272 if (munmap(memptr, (fsize * MB) / sizeof(char)) == -1) { in main()
273 perror("main(): munmap()"); in main()
/third_party/ltp/testcases/kernel/syscalls/mincore/
H A Dmincore01.c211 if (munmap(global_pointer, global_len) == -1) in cleanup()
212 tst_resm(TWARN | TERRNO, "munmap failed"); in cleanup()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-aix.cc22 #include <sys/mman.h> // mmap & munmap
24 #include <sys/types.h> // mmap & munmap
176 // the same address after the munmap but before the mmap, therefore a CHECK is in DecommitPages()
189 if (munmap(address, size)) { in DecommitPages()

Completed in 13 milliseconds

1...<<11121314151617181920>>...26