Home | History | Annotate | Download | only in unittest

Lines Matching defs:MMAP

260 int       *MMAP;
278 (*MMAP)++;
296 MMAP = (int*)mmap(NULL, sizeof(int), PROT_READ | PROT_WRITE,
313 ANNOTATE_EXPECT_RACE(MMAP, "real race on a mmap-ed object");
332 munmap(MMAP, sizeof(int));
511 int *ptr = (int*)mmap(NULL, kMmapSize, PROT_READ | PROT_WRITE,
537 // A regression test for mmap/munmap handling in Pin.
548 int *ptr = (int*)mmap((void*)kStartAddress, kMmapSize,
804 // test that we can mmap 84G and can do it fast.
806 void *mem_ptr = mmap((void *) 0,