memory page == 메모리를 규격화된 크기로 잘럿 사용한다. 인덱싱이 편하도록 segment == 프롤세스가 실제로 사용하는 메모리다. memory lock == one way to ensure that a process stays in main memory and is exempt from paging. 시간이 중요한 어플리케이션에게 유용하다. dirty page == modified page 가 디스크에 wirte back 되기전 상태이다. mmap == ram 의 페이지와 disk의 페이지를 매핑시켜서 빠르게 처리하는 기법이다. is used for mapping between a process address space and either files or devices. When a file..