Home | History | Annotate | Download | only in ijar

Lines Matching refs:mmap_length

993   size_t mmap_length = std::min(estimated_size + sysconf(_SC_PAGESIZE),
996 void *zipdata_out = mmap(NULL, mmap_length, PROT_WRITE,