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.
一般的にも、クロスプラットフォームのサポートに関しても、getpagesize() と sysconf(_SC_PAGESIZE) のどちらが信頼できる関数ですか?
さらに検索した結果、getpagesize() が POSIX issue 6 で非推奨になっていることがわかりました。したがって、代わりに sysconf(_SC_PAGESIZE) を使用する必要があります。