| /src/external/bsd/nvi/dist/clib/ |
| mmap.c | 11 * be deallocated with munmap(). 36 * PUBLIC: int munmap __P((char *, size_t)); 40 munmap(char *addr, size_t len) function
|
| mmap.c | 11 * be deallocated with munmap(). 36 * PUBLIC: int munmap __P((char *, size_t)); 40 munmap(char *addr, size_t len) function
|
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| WindowsMMap.c | 84 void munmap(void *addr, size_t length) function
|
| WindowsMMap.c | 84 void munmap(void *addr, size_t length) function
|
| /src/external/gpl2/grep/dist/intl/ |
| loadmsgcat.c | 94 # define munmap __munmap macro 374 munmap ((caddr_t) data, size); 408 munmap ((caddr_t) data, size); 440 munmap ((caddr_t) domain->data, domain->mmap_size);
|
| loadmsgcat.c | 94 # define munmap __munmap macro 374 munmap ((caddr_t) data, size); 408 munmap ((caddr_t) data, size); 440 munmap ((caddr_t) domain->data, domain->mmap_size);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| HeapMap.cc | 201 HeapMap::munmap (uint64_t addr, int64_t size) function in class:HeapMap
|
| HeapMap.cc | 201 HeapMap::munmap (uint64_t addr, int64_t size) function in class:HeapMap
|
| collector_module.h | 73 int (*munmap)(void *, size_t); member in struct:CollectorUtilFuncs
|
| collector_module.h | 73 int (*munmap)(void *, size_t); member in struct:CollectorUtilFuncs
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| HeapMap.cc | 201 HeapMap::munmap (uint64_t addr, int64_t size) function in class:HeapMap
|
| HeapMap.cc | 201 HeapMap::munmap (uint64_t addr, int64_t size) function in class:HeapMap
|
| collector_module.h | 73 int (*munmap)(void *, size_t); member in struct:CollectorUtilFuncs
|
| collector_module.h | 73 int (*munmap)(void *, size_t); member in struct:CollectorUtilFuncs
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| generic-morestack.c | 57 mmap/munmap. That breaks this code, because when we call mmap 106 #define munmap morestack_munmap macro 516 if (munmap (pss, allocate) < 0) 518 static const char msg[] = "munmap of stack space failed: errno "; 857 mmap, munmap, and getpagesize are resolved if linking dynamically. 872 munmap (0, static_pagesize);
|
| generic-morestack.c | 57 mmap/munmap. That breaks this code, because when we call mmap 106 #define munmap morestack_munmap macro 516 if (munmap (pss, allocate) < 0) 518 static const char msg[] = "munmap of stack space failed: errno "; 857 mmap, munmap, and getpagesize are resolved if linking dynamically. 872 munmap (0, static_pagesize);
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| generic-morestack.c | 57 mmap/munmap. That breaks this code, because when we call mmap 106 #define munmap morestack_munmap macro 516 if (munmap (pss, allocate) < 0) 518 static const char msg[] = "munmap of stack space failed: errno "; 857 mmap, munmap, and getpagesize are resolved if linking dynamically. 872 munmap (0, static_pagesize);
|
| generic-morestack.c | 57 mmap/munmap. That breaks this code, because when we call mmap 106 #define munmap morestack_munmap macro 516 if (munmap (pss, allocate) < 0) 518 static const char msg[] = "munmap of stack space failed: errno "; 857 mmap, munmap, and getpagesize are resolved if linking dynamically. 872 munmap (0, static_pagesize);
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| loadmsgcat.c | 473 # define munmap(addr, len) __munmap (addr, len) macro 900 munmap ((caddr_t) data, size); 1265 munmap ((caddr_t) data, size); 1326 munmap ((caddr_t) domain->data, domain->mmap_size);
|
| loadmsgcat.c | 473 # define munmap(addr, len) __munmap (addr, len) macro 900 munmap ((caddr_t) data, size); 1265 munmap ((caddr_t) data, size); 1326 munmap ((caddr_t) domain->data, domain->mmap_size);
|
| /src/external/gpl2/texinfo/dist/intl/ |
| loadmsgcat.c | 466 # define munmap __munmap macro 1016 munmap ((caddr_t) data, size); 1381 munmap ((caddr_t) data, size); 1415 munmap ((caddr_t) domain->data, domain->mmap_size);
|
| loadmsgcat.c | 466 # define munmap __munmap macro 1016 munmap ((caddr_t) data, size); 1381 munmap ((caddr_t) data, size); 1415 munmap ((caddr_t) domain->data, domain->mmap_size);
|
| /src/external/gpl3/gcc.old/dist/intl/ |
| loadmsgcat.c | 464 # define munmap __munmap macro 1011 munmap ((caddr_t) data, size); 1280 munmap ((caddr_t) data, size); 1315 munmap ((caddr_t) domain->data, domain->mmap_size);
|
| loadmsgcat.c | 464 # define munmap __munmap macro 1011 munmap ((caddr_t) data, size); 1280 munmap ((caddr_t) data, size); 1315 munmap ((caddr_t) domain->data, domain->mmap_size);
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| mmaptrace.c | 1430 __real_munmap = dlsym (dlflag, "munmap"); 1534 /*------------------------------------------------------------- munmap */ 1536 munmap (void *start, size_t length) function 1538 if (NULL_PTR (munmap)) 1542 int rc = CALL_REAL (munmap)(start, length); 1550 TprintfT (DBG_LT2, "libcollector.munmap(%p, %ld) = %d\n", start, (long) length, rc);
|