MEMORY MAPPED FILE


Meaning of MEMORY MAPPED FILE in English

Memory management feature that allows applications to access files on disk in the same way they access dynamic memory—through pointers.

Windows OS loader uses memory mapped file to load an executable through mapping regions of the PE file into the process's address space.

Commonly used as a way to share memory between different Win32 processes.

Code analysis English vocabulary.      Английский словарь анализа кода.