Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のように、メモリ マッピングを行うための API はありますか
mmap()
Linuxで?
正確に何に使用したいかによります。既存のファイルをメモリにマップする場合は、メモリマップファイルでサポートされています。また、プロセス間でメモリを共有するために使用することもできます(基になるファイルのない名前付きマッピングオブジェクトを使用します)。物理メモリをマップする場合、いくつかのトリックはありますが、通常、ユーザーモードではサポートされていません。