About 4,340,000 results
Open links in new tab
  1. Memory-Mapped Files - .NET | Microsoft Learn

    Dec 14, 2022 · Explore memory-mapped files in .NET, which contain file contents in virtual memory, and allow applications to modify the file by writing directly to the memory.

  2. Advanced File I/O: Memory-Mapped Files (mmap, munmap) -

    Jul 24, 2025 · Learn advanced Linux file I/O with memory-mapped files. This guide covers mmap, munmap, and msync with C code examples for the Raspberry Pi 5.

  3. 一文搞懂内存映射 (Memory Map)原理 - 知乎

    图1.内存映射原理 既然建立内存映射没有进行实际的数据拷贝,那么进程又怎么能最终直接通过内存操作访问到硬盘上的文件呢?那就要看内存映射之后的几个相关的过程了。 mmap ()会返回一个指 …

  4. Memory-Map Outdoor Navigation Apps | Ordnance Survey | Hema …

    Choose from a world catalog of topographic maps, nautical charts, adventure maps and more…

  5. Windows Memory Mapped File IO – Jeremy's Blog

    Nov 3, 2024 · The code above would need to be adopted to add write or execute access, and would need special handling for specific cases like file creation (creating a zero-size file mapping object is …

  6. 3.4. Shared Memory With Memory-mapped Files - JMU

    3.4. Shared Memory With Memory-mapped Files ¶ A memory mapping is a region of the process’s virtual memory space that is mapped in a one-to-one correspondence with another entity. In this …

  7. Memory Mapping - GeeksforGeeks

    Jul 23, 2025 · Memory mapping or mmap () is a function call in an Operating system like Unix. It is a low-level language, and it helps to directly map a file to the currently executing process’s own …

  8. GitHub - raulgotor/linkerscope: Create memory map diagrams directly ...

    LinkerScope is a memory map diagram generator. It can be fed either with a GNU Linker map file or with a custom yaml file and generate beautiful and detailed diagrams of the different areas and sections …

  9. Mio – Cross-platform header-only C++11 library for memory-mapped file

    Because memory mapping is the best thing since sliced bread! More seriously, the primary motivation for writing this library instead of using Boost.Iostreams, was the lack of support for establishing a …

  10. RAMMap - Sysinternals | Microsoft Learn

    Mar 26, 2026 · Run now from Sysinternals Live. Have you ever wondered exactly how Windows is assigning physical memory, how much file data is cached in RAM, or how much RAM is used by the …