manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 23 for PAGESIZE (0.004 sec.)
Man page of MPROTECT 12316
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... FAILURE); } int main(int argc, char *argv[]) { int pagesize; struct sigaction sa; sa.sa_flags = SA_SIGINFO; si ... SEGV, &sa, NULL) == -1) handle_error("sigaction"); pagesize = sysconf(_SC_PAGE_SIZE); if (pagesize == -1) hand ... ion is PROT_READ | PROT_WRITE */ buffer = memalign(pagesize, 4 * pagesize); if (buffer == NULL) handle_error(" ... t of region: %p\n", buffer); if (mprotect(buffer + pagesize * 2, pagesize, PROT_READ) == -1) handle_error("mpr ...
https://man.plustar.jp/manpage/man2/mprotect.2.html - [similar]
Man page of MPROTECT 12316
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... FAILURE); } int main(int argc, char *argv[]) { int pagesize; struct sigaction sa; sa.sa_flags = SA_SIGINFO; si ... SEGV, &sa, NULL) == -1) handle_error("sigaction"); pagesize = sysconf(_SC_PAGE_SIZE); if (pagesize == -1) hand ... ion is PROT_READ | PROT_WRITE */ buffer = memalign(pagesize, 4 * pagesize); if (buffer == NULL) handle_error(" ... t of region: %p\n", buffer); if (mprotect(buffer + pagesize * 2, pagesize, PROT_READ) == -1) handle_error("mpr ...
https://man.plustar.jp/manpage/man2/pkey_mprotect.2.html - [similar]
Man page of SYSCONF 11662
SYSCONF Section: Linux Programmer's Manual (3) Updated: 2019-05-09 Index JM Home Page 名前 sysco ... 上限。 _POSIX_OPEN_MAX (20) 未満であってはならない。 PAGESIZE - _SC_PAGESIZE バイト単位でのページサイズ。 1 より ... はならない。 PAGE_SIZE - _SC_PAGE_SIZE A synonym for PAGESIZE / _SC_PAGESIZE . (Both PAGESIZE and PAGE_SIZE are ... C_PHYS_PAGES 物理メモリーのページ数。 この値と _SC_PAGESIZE 値の積は桁溢れする可能性があるので注意すること。 - ... , 定義 , NAME , 変数 , sysconf , 定数 , SYSCONF , PAGESIZE , 確認 Linux マニュアル 一覧 [ man1 ] [ man2 ] [ m ...
https://man.plustar.jp/manpage/man3/sysconf.3.html - [similar]
Man page of GETPAGESIZE 11495
GETPAGESIZE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 g ... etpagesize - メモリーのページサイズを取得する 書式 #include < ... unistd.h > int getpagesize(void); glibc 向けの機能検査マクロの要件 ( feature_ ... test_macros (7) 参照): getpagesize (): glibc 2.19 以降: _DEFAULT_SOURCE || ! (_POSIX_ ... より前: _BSD_SOURCE || _XOPEN_SOURCE >= 500 説明 getpagesize () 関数はメモリーページの大きさをバイト数で返す。 ...
https://man.plustar.jp/manpage/man2/getpagesize.2.html - [similar]
Man page of MPOOL 8512
MPOOL Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 mpool - ... .h > MPOOL *mpool_open(DBT * key , int fd , pgno_t pagesize , pgno_t maxcache ); void mpool_filter(MPOOL * mp ... いるファイルにマッチした場合、 fd 引数は無視される。 pagesize 引数はバイト単位でのページサイズであり、ファイルは ...
https://man.plustar.jp/manpage/man3/mpool.3.html - [similar]
Man page of MLOCK 7858
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ジあたりのバイト数は、 < limits.h > で定義される定数 PAGESIZE から (定義されている場合)、もしくは sysconf(_SC_PA ...
https://man.plustar.jp/manpage/man2/mlock.2.html - [similar]
Man page of MLOCK 7858
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ジあたりのバイト数は、 < limits.h > で定義される定数 PAGESIZE から (定義されている場合)、もしくは sysconf(_SC_PA ...
https://man.plustar.jp/manpage/man2/mlock2.2.html - [similar]
Man page of MLOCK 7858
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ジあたりのバイト数は、 < limits.h > で定義される定数 PAGESIZE から (定義されている場合)、もしくは sysconf(_SC_PA ...
https://man.plustar.jp/manpage/man2/mlockall.2.html - [similar]
Man page of MLOCK 7858
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ジあたりのバイト数は、 < limits.h > で定義される定数 PAGESIZE から (定義されている場合)、もしくは sysconf(_SC_PA ...
https://man.plustar.jp/manpage/man2/munlock.2.html - [similar]
Man page of MLOCK 7858
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ジあたりのバイト数は、 < limits.h > で定義される定数 PAGESIZE から (定義されている場合)、もしくは sysconf(_SC_PA ...
https://man.plustar.jp/manpage/man2/munlockall.2.html - [similar]
PREV 1 2 3 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022