Searched refs:MMAP_CHUNK (Results 1 – 1 of 1) sorted by relevance
54 #define MMAP_CHUNK (8*1024*1024) macro98 munmap(m1, MMAP_CHUNK); in c_regular()104 e1 = m1 + MMAP_CHUNK; in c_regular()105 e2 = m2 + MMAP_CHUNK; in c_regular()126 off1 += MMAP_CHUNK; in c_regular()128 munmap(m2, MMAP_CHUNK); in c_regular()131 e1 = m1 + MMAP_CHUNK; in c_regular()134 off2 += MMAP_CHUNK; in c_regular()136 munmap(m1, MMAP_CHUNK); in c_regular()139 e2 = m2 + MMAP_CHUNK; in c_regular()[all …]