/third_party/musl/porting/linux/user/src/hook/ |
H A D | musl_preinit.c | 45 .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 D | musl_preinit.c | 60 .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 D | khugepaged.c | 650 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 D | fbdev_driver.cpp | 158 * 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 D | pkey_exec_prot.c | 286 munmap((void *) insns, pgsize); in test()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/ |
H A D | peeksiginfo.c | 101 munmap(addr_rw, 2 * PAGE_SIZE); in check_error_paths()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | fsgsbase_restore.c | 97 munmap(low_desc, sizeof(desc)); in init_seg()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | mem.c | 229 munmap(addr, UM_KERN_PAGE_SIZE); in check_tmpexec()
|
/kernel/linux/linux-5.10/samples/auxdisplay/ |
H A D | cfag12864b-example.c | 72 munmap(cfag12864b_mem, CFAG12864B_SIZE); in cfag12864b_exit()
|
/kernel/linux/linux-5.10/include/linux/raid/ |
H A D | pq.h | 183 # define free_pages(x, y) munmap((void *)(x), PAGE_SIZE << (y))
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | rdpmc.c | 149 munmap(addr, page_size); in __test__rdpmc()
|
/kernel/linux/linux-6.6/include/linux/raid/ |
H A D | pq.h | 175 # define free_pages(x, y) munmap((void *)(x), PAGE_SIZE << (y))
|
/kernel/linux/linux-6.6/samples/auxdisplay/ |
H A D | cfag12864b-example.c | 72 munmap(cfag12864b_mem, CFAG12864B_SIZE); in cfag12864b_exit()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_mod_race.c | 184 munmap(fault_addr, 4096); in test_bpf_mod_race_config()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | pkey_exec_prot.c | 286 munmap((void *) insns, pgsize); in test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/ |
H A D | peeksiginfo.c | 101 munmap(addr_rw, 2 * PAGE_SIZE); in check_error_paths()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | fsgsbase_restore.c | 97 munmap(low_desc, sizeof(desc)); in init_seg()
|
/third_party/ltp/lib/ |
H A D | tst_tmpdir.c | 335 munmap((void *)tst_futexes, getpagesize()); in tst_rmdir()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_pixmap.c | 104 if (munmap(p->buffer, p->size)) in pixmap_destroy() 105 perror("munmap"); in pixmap_destroy()
|
/third_party/musl/src/malloc/mallocng/ |
H A D | free.c | 148 munmap(mi.base, mi.len); in free()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | ttranshuge.c | 285 munmap(mem_addr, REQ_MEM_SIZE); in post_memory_map()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | ttranshuge.c | 285 munmap(mem_addr, REQ_MEM_SIZE); in post_memory_map()
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | mmap2.c | 272 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 D | mincore01.c | 211 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 D | platform-aix.cc | 22 #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()
|