tail head cat sleep
QR code linking to this page

manページ  — GETPAGESIZE

名称

getpagesize – システムのページサイズを取得

内容

書式


#include <unistd.h>
int
getpagesize(void);

解説

getpagesize() は 1 ページのバイト数を返します。ページの細分性は、多くの メモリ管理呼び出しの細分性です。

ページサイズはシステムのページサイズで、基礎となるハードウェアの ページサイズとは異なる場合があります。

関連項目

pagesize(1)sbrk(2)

歴史

getpagesize() 関数の呼び出しは、 BSD 4.2 で最初に取り入れられました。

BSD 4.2 GETPAGESIZE (3) June 4, 1993

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

The most horrifying thing about Unix is that, no matter how many times you hit yourself over the head with it, you never quite manage to lose consciousness. It just goes on and on.
— Patrick Sobalvarro