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.
mmap を使用して割り当てたメモリ ブロックがあります。次に、このメモリ ブロックをファイル システム上のファイルに書き込みます。mmap() を使用して既存のメモリ ブロックをファイル記述子に直接ポイントする方法があるかどうか、またはファイル記述子で作成された新しい mmap() 領域にメモリ ブロック全体をコピーする必要があるかどうか疑問に思っています。 ?