Searched defs:munmap (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dnextstep.c62 munmap(caddr_t addr, size_t len) function
131 mach_error("vm_deallocate in munmap()", ret_val);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c103 # define munmap(a_pvMem, a_cbMem) \ macro
301 (void) munmap((void *)(addr - pageoff), sp->cts_size + pageoff);
492 (void) munmap(strs_map, strs_mapsz);
501 (void) munmap(strs_map, strs_mapsz);
523 (void) munmap(strs_map, strs_mapsz);
/vbox/src/VBox/Runtime/r3/posix/
H A Drtmempage-exec-mmap-heap-posix.cpp150 * A quick mmap/munmap mockup for avoid duplicating lots of good code.
162 # undef munmap macro
163 # define munmap iprt_munmap macro
183 static int munmap(void *pv, size_t cb) function
424 munmap(pvPages, RTMEMPAGEPOSIX_BLOCK_SIZE);
589 munmap(pBlock->Core.Key, RTMEMPAGEPOSIX_BLOCK_SIZE);
656 * If the allocation is relatively large, we use mmap/munmap directly.
708 * If the allocation is relatively large, we use mmap/munmap directly.
712 int rc = munmap(pv, cb);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h542 #define munmap(a,b) xf86munmap(a,b) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h588 #define munmap(a,b) xf86munmap(a,b) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h588 #define munmap(a,b) xf86munmap(a,b) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h594 #define munmap(a,b) xf86munmap(a,b) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h592 #define munmap(a,b) xf86munmap(a,b) macro
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c284 /* Use the supplied emulation mmap, munmap */
305 static long munmap(void *ptr, long size);
764 sbrk, mmap, and munmap otherwise degrade performance, the default
2677 address argument for later munmap in free() and realloc().
3589 If the chunk was allocated via mmap, release via munmap()
3602 ret = munmap((char*)p - offset, size + offset);
3603 /* munmap returns non-zero on failure */
4404 more than current if malloc_trim and/or munmap got called), and the
4923 /* munmap for windows */
4924 static long munmap (voi
4905 static long munmap (void *ptr, long size) { function
[all...]

Completed in 93 milliseconds