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

123456

/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/unix03/
H A Dmunmap.c33 * munmap stub, for stack logging of VM allocations.
40 munmap(void *addr, size_t len) function
/macosx-10.10/groff-38/groff/src/libs/libbib/
H A Dmap.c55 return munmap((void *)p, len);
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dmunmap.c44 munmap(void *addr, size_t len) function
51 * for munmap(addr, 0). Return success now to maintain
/macosx-10.10/dtrace-147/libctf/
H A Dctf_subr.c44 (void) munmap(buf, size);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmman.h206 int munmap(void *, size_t) __DARWIN_ALIAS(munmap); variable
/macosx-10.10/xnu-2782.1.97/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...]
/macosx-10.10/Libinfo-459/gen.subproj/
H A Dconfiguration_profile.c94 munmap(data, sb.st_size);
/macosx-10.10/dtrace-147/libelf/
H A Doutput.c94 (void) munmap(p, sz);
/macosx-10.10/expat-12/expat/xmlwf/
H A Dunixfilemap.c62 munmap((caddr_t)p, nbytes);
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dastcopy.c75 munmap((caddr_t)mapbuf, mapsize);
/macosx-10.10/procmail-14/procmail/src/
H A Dmemblk.c42 { munmap(mb->p,mb->len+1);
55 if(munmap(mb->p,len))
106 munmap(mb->p,mb->len+1);
110 munmap(mb->p,mb->len+1);
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dunixfilemap.c79 munmap((caddr_t)p, nbytes);
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dunixfilemap.c69 munmap((caddr_t)p, nbytes);
/macosx-10.10/text_cmds-88/tail/
H A Dmisc.c105 if (mip->start != NULL && munmap(mip->start, mip->maplen) != 0)
/macosx-10.10/dyld-353.2.1/src/
H A DdyldSyscallInterface.h47 int (*munmap)(void* addr, size_t len); member in struct:dyld::SyscallHelpers
/macosx-10.10/libdispatch-442.1.4/dispatch/
H A Ddata.h90 * from buffers that require deallocation with munmap(2).
94 DISPATCH_DATA_DESTRUCTOR_TYPE_DECL(munmap); variable
/macosx-10.10/xnu-2782.1.97/tools/tests/perf_index/
H A Dtest_fault_helper.c79 retval = munmap(memblock+region_start, region_len) == 0;
80 VERIFY(retval == 0, "munmap failed");
/macosx-10.10/patch_cmds-17/patch/
H A Dinp.c79 munmap(i_womp, i_size);
118 munmap(i_womp, i_size);
291 munmap(i_womp, i_size);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dfileio.cpp127 my_munmap = (int(*)(char *, t4_u32))F(munmap);
156 #define munmap my_munmap macro
281 munmap((char*)_mapStart, _baseOffset + _dataSize); // also loses const
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Ddyldcache.cpp93 ::munmap((void *)mBase, mLength);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddyldcache.cpp93 ::munmap((void *)mBase, mLength);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A DSharedMemoryServer.cpp64 munmap (mSegment, mSegmentSize);

Completed in 222 milliseconds

123456