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

/darwin-on-arm/xnu/libsyscall/wrappers/legacy/
H A Dmodule.mk10 munmap.c \
H A Dmunmap.c42 munmap(void *addr, size_t len) function
49 * for munmap(addr, 0). Return success now to maintain
/darwin-on-arm/xnu/bsd/sys/
H A Dmman.h218 int munmap(void *, size_t) __DARWIN_ALIAS(munmap); variable
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile.benchmarks77 munmap \
H A Dbench.sh626 munmap $OPTS -N "unmap_z8k" -l 8k -I 500 -f /dev/zero
627 munmap $OPTS -N "unmap_z128k" -l 128k -I 500 -B 100 -f /dev/zero
628 munmap $OPTS -N "unmap_t8k" -l 8k -I 500 -f $TFILE
629 munmap $OPTS -N "unmap_t128k" -l 128k -I 500 -f $TFILE
630 munmap $OPTS -N "unmap_u8k" -l 8k -I 500 -f $VFILE
631 munmap $OPTS -N "unmap_u128k" -l 128k -I 500 -f $VFILE
632 munmap $OPTS -N "unmap_a8k" -l 8k -I 500 -f MAP_ANON
633 munmap $OPTS -N "unmap_a128k" -l 128k -I 500 -f MAP_ANON
635 munmap $OPTS -N "unmap_rz8k" -l 8k -I 1000 -r -f /dev/zero
636 munmap
[all...]
H A Dcoreos_bench.sh649 munmap $OPTS -N "unmap_t8k" -l 8k -I 500 -f $TFILE
650 munmap $OPTS -N "unmap_t128k" -l 128k -I 500 -f $TFILE
651 munmap $OPTS -N "unmap_u8k" -l 8k -I 500 -f $VFILE
652 munmap $OPTS -N "unmap_u128k" -l 128k -I 500 -f $VFILE
653 munmap $OPTS -N "unmap_a8k" -l 8k -I 500 -f MAP_ANON
654 munmap $OPTS -N "unmap_a128k" -l 128k -I 500 -f MAP_ANON
657 munmap $OPTS -N "unmap_rt8k" -l 8k -I 1000 -r -f $TFILE
658 munmap $OPTS -N "unmap_rt128k" -l 128k -I 3000 -r -f $TFILE
659 munmap $OPTS -N "unmap_ru8k" -l 8k -I 1000 -r -f $VFILE
660 munmap
[all...]
H A Dembd_bench.sh635 munmap $OPTS -N "unmap_t8k" -l 8k -I 500 -f $TFILE
636 munmap $OPTS -N "unmap_t128k" -l 128k -I 500 -f $TFILE
637 munmap $OPTS -N "unmap_u8k" -l 8k -I 500 -f $VFILE
638 munmap $OPTS -N "unmap_u128k" -l 128k -I 500 -f $VFILE
639 munmap $OPTS -N "unmap_a8k" -l 8k -I 500 -f MAP_ANON
640 munmap $OPTS -N "unmap_a128k" -l 128k -I 500 -f MAP_ANON
643 munmap $OPTS -N "unmap_rt8k" -l 8k -I 1000 -r -f $TFILE
644 munmap $OPTS -N "unmap_rt128k" -l 128k -I 3000 -r -f $TFILE
645 munmap $OPTS -N "unmap_ru8k" -l 8k -I 1000 -r -f $VFILE
646 munmap
[all...]
H A Dmmap.c178 (void) munmap((void *)ts->ts_map[i], optl);
H A Dmunmap.c72 "notes: measures munmap()\n",
168 if (munmap((void *)ts->ts_map[i], optl) == -1) {
H A Dlibmicro.c769 (void) munmap((void *)b, sizeof (barrier_t));
780 (void) munmap((void *)b, sizeof (barrier_t));
797 (void) munmap((void *)b, sizeof (barrier_t));
932 (void) munmap((void *)b, sizeof (barrier_t));
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_mmap_rd.c327 munmap(p, state->nbytes);
342 if (state->buf) munmap(state->buf, state->nbytes);
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile122 munmap.2 \
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmemory_tests.c97 * Test madvise, mincore, minherit, mlock, mlock, mmap, mprotect, msync, munmap system calls.
324 my_err = munmap( my_addr, (my_page_size * 2) );
326 printf( "munmap call failed with error %d - \"%s\" \n", errno, strerror( errno) );
/darwin-on-arm/xnu/tools/tests/superpages/
H A Dtestsp.c568 kr = munmap((void*)addr, size);
569 if (!(ret = check_kr(kr, "munmap"))) return ret;
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c902 munmap((caddr_t)files[filenum].mapped, files[filenum].mapped_size);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mman.c698 munmap(__unused proc_t p, struct munmap_args *uap, __unused int32_t *retval) function
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c322 munmap(addr, 20);

Completed in 50 milliseconds