MEM_SIZE
mem_area = mmap(0, MEM_SIZE, PROT_NONE, MAP_ANON, -1, 0);
if (mmap(mem_area, MEM_SIZE, PROT_READ|PROT_WRITE,