Home | History | Annotate | Download | only in alloc

Lines Matching refs:prot

262     int prot = PROT_READ | PROT_WRITE;
263 void *addr = mmap(NULL, length, prot, flags, -1, 0);