Searched refs:MMAP (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Digest/lib/ |
H A D | Digest.pm | 8 our %MMAP = ( 29 my $impl = $MMAP{$algorithm} || do {
|
/openbsd/gnu/usr.bin/perl/cpan/Digest/t/ |
H A D | digest.t | 22 $Digest::MMAP{"Dummy-24"} = [ ["NotThere"], "NotThereEither", [ "Digest::Dummy", 24 ] ];
|
/openbsd/usr.bin/nm/ |
H A D | util.h | 8 #define MMAP(ptr, len, prot, flags, fd, off) do { \ macro
|
H A D | nm.c | 374 MMAP(symtab, len, PROT_READ, MAP_PRIVATE|MAP_FILE, fileno(fp), off); in show_symtab() 432 MMAP(symdef, len, PROT_READ, MAP_PRIVATE|MAP_FILE, fileno(fp), off); in show_symdef()
|
H A D | elf.c | 443 MMAP(stab, *pstabsize, PROT_READ, MAP_PRIVATE|MAP_FILE, in elf_symloadx()
|
/openbsd/libexec/ld.so/ |
H A D | malloc.c | 69 #define MMAP(sz) _dl_mmap(NULL, (size_t)(sz), PROT_READ | PROT_WRITE, \ macro 233 d->r = MMAP(regioninfo_size); in _dl_malloc_init() 264 p = MMAP(newsize); in omalloc_grow() 452 p = MMAP(sz); in map() 490 p = MMAP(sz); in map() 542 q = MMAP(MALLOC_PAGESIZE); in alloc_chunk_info()
|
/openbsd/lib/libc/stdlib/ |
H A D | malloc.c | 102 #define MMAP(sz,f) mmap(NULL, (sz), PROT_READ | PROT_WRITE, \ macro 614 p = MMAP(newsize, d->mmap_flag); in omalloc_grow() 950 p = MMAP(cache->max * sz, d->mmap_flag); in map() 970 p = MMAP(sz, d->mmap_flag); in map() 1020 q = MMAP(MALLOC_PAGESIZE * chunk_pages, d->mmap_flag); in alloc_chunk_info() 1493 void *p = MMAP(sz, 0); in _malloc_init() 2449 buf = MMAP(KTR_USER_MAXLEN, 0); in ulog() 2521 page = MMAP(MALLOC_PAGESIZE, 0); in putleakinfo()
|
/openbsd/gnu/usr.bin/perl/ext/SDBM_File/ |
H A D | README | 115 (who contributed the man page, and also hacked a MMAP
|