Searched defs:munmap (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | nextstep.c | 62 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 D | ctf_lib.c | 103 # 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 D | rtmempage-exec-mmap-heap-posix.cpp | 150 * 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 D | xf86_libc.h | 542 #define munmap(a,b) xf86munmap(a,b) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 588 #define munmap(a,b) xf86munmap(a,b) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 588 #define munmap(a,b) xf86munmap(a,b) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 594 #define munmap(a,b) xf86munmap(a,b) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 592 #define munmap(a,b) xf86munmap(a,b) macro
|
/vbox/src/libs/xpcom18a4/xpcom/build/ |
H A D | malloc.c | 284 /* 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 71 milliseconds