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

/ast/src/cmd/tests/sfio/
H A Dtmmap2read.c20 #define mmap ___mmap macro
26 #undef mmap macro
29 /* This test causes mmap() to fail so that read() must be used.
30 On a system such as BSDI, malloc uses mmap() so if mmap()
38 void* mmap(void* addr, size_t size, int x, int y, int z, off_t offset) function
40 void* mmap()
67 /* test to see if malloc() winds up calling mmap() */

Completed in 10 milliseconds