Home
last modified time | relevance | path

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

12

/xnu-12377.1.9/tests/vm/
H A Dupl.c93 munmap(buf, buf_size);
130 munmap(buf, buf_size);
194 munmap(buf, buf_size);
227 munmap(buf, buf_size);
332 munmap(buf, buf_size);
386 munmap(buf, buf_size);
452 munmap(buf, buf_size);
606 munmap(buf, buf_size);
641 munmap(buf, buf_size);
H A Dperf_mlock.c119 ret = munmap(buf, vmsize);
H A Dvm_tainted_executable.c96 T_QUIET; T_ASSERT_POSIX_SUCCESS(munmap(mapaddr1, fsize), NULL);
H A Dtest_madvise.c66 ret = munmap(fbaddr_4willneed, vmsize_4willneed); in willneed_tear_down()
H A Dmemorystatus_rearm.c152 munmap((void*) ((size_t) buf + vm_page_size), vm_page_size * (num_pages - 1)); in eat_memory()
H A Dperf_compressor.c161 munmap(buf, args->ta_buffer_size); in run_compress_benchmark()
H A Dmmap.c162 T_QUIET; T_EXPECT_POSIX_SUCCESS(munmap(p, size), 0,
H A Dtest_vm_no_pager_helper.c317 ret = munmap(mapped, 1024); in forced_unmount_panic_test()
/xnu-12377.1.9/bsd/sys/
H A Dmman.h280 int munmap(void *, size_t) __DARWIN_ALIAS(munmap);
/xnu-12377.1.9/libsyscall/wrappers/unix03/
H A Dmunmap.c40 munmap(void *addr, size_t len) in munmap() function
/xnu-12377.1.9/libsyscall/wrappers/legacy/
H A Dmunmap.c44 munmap(void *addr, size_t len) in munmap() function
/xnu-12377.1.9/tests/
H A Dfcntl.c18 T_ASSERT_POSIX_SUCCESS(munmap((char*)blob_space + (vm_page_size * 2), vm_page_size), NULL);
H A Dbig_map_test.c67 T_QUIET; T_ASSERT_POSIX_SUCCESS(munmap(p, bytes), "munmap");
H A Dmemcmp_zero.c20 munmap(p - PAGE_SIZE, 3 * PAGE_SIZE); in free_guarded_page()
H A Dmacho_size_63133398.c3207 T_ASSERT_POSIX_SUCCESS(munmap(dst_buf, (dst_size + PAGE_SIZE - 1) & ~PAGE_MASK), NULL);
H A Dcorrect_kernel_booted.c108 munmap(mapped, mapped_len); in get_macho_uuid()
H A Dproc_info.c342 munmap(tmp_map, PAGE_SIZE);
346 munmap(proc_config->cow_map, PAGE_SIZE);
399 munmap(proc_config->cow_map, PAGE_SIZE); in kill_child_processes()
1430 ret = munmap(map_tmp, (size_t)map_tmp_sz);
1517 ret = munmap(map_tmp, (size_t)map_tmp_sz);
1609 ret = munmap(map_tmp, (size_t)map_tmp_sz);
1633 ret = munmap(map_tmp, (size_t)map_tmp_sz);
H A Dkas_info.c220 err = munmap(data, (size_t)sb.st_size); in disk_kernel_segments()
H A Dvm_test_mach_map.c912 ret = munmap((void*)vmaddr, vmsize);
918 ret = munmap((void *)vmaddr_remap, vmsize);
940 ret = munmap((void*)vmaddr, vmsize);
968 ret = munmap((void*)vmaddr, vmsize);
971 ret = munmap((void *)vmaddr_remap, vmsize);
/xnu-12377.1.9/tools/tests/perf_index/
H A Dtest_fault_helper.c86 retval = munmap(memblock + region_start, region_len) == 0; in test_fault_helper()
/xnu-12377.1.9/bsd/man/man2/
H A DMakefile148 munmap.2 \
/xnu-12377.1.9/tests/vm_memory_tests_src/
H A Dcommon.c68 munmap(buffer, sb.st_size); in mach_server_data_cleanup()
/xnu-12377.1.9/tools/tests/TLBcoherency/
H A DTLBcoherency.c222 if (munmap((void *)parray[i].taddr, mapping_size) != 0) { in tlbexerciser()
/xnu-12377.1.9/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj92 …248BA08D121DB0E7008C073F /* munmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA08C121DB0…
179 …A59CB9581666A1A200B064B3 /* munmap.c in Sources */ = {isa = PBXBuildFile; fileRef = A59CB9571666A1…
521 …08C121DB0E7008C073F /* munmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
620 …9571666A1A200B064B3 /* munmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
877 A59CB9571666A1A200B064B3 /* munmap.c */,
992 248BA08C121DB0E7008C073F /* munmap.c */,
1599 248BA08D121DB0E7008C073F /* munmap.c in Sources */,
1640 A59CB9581666A1A200B064B3 /* munmap.c in Sources */,
/xnu-12377.1.9/tools/tests/superpages/
H A Dtestsp.c701 kr = munmap((void*)addr, size); in test_mmap()

12