manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 797 for SIZE (0.016 sec.)
Man page of PTHREAD_GETATTR_NP 6183
PTHREAD_GETATTR_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page ... 適切な境界に揃えられる可能があるためである。 * guard size. スレッドの実装によりページサイズの倍数に切り上げら ... ead_getattr_np () を使ってそのスレッドの属性 guard size、 スタックアドレス、スタックサイズを取得し表示する。 ... )。 $ ulimit -s # No stack limit ==> default stack size is 2 MB unlimited $ ./a.out Attributes of created ... thread: Guard size = 4096 bytes Stack address = 0x40196000 (EOS = 0x4 ...
https://man.plustar.jp/manpage/man3/pthread_getattr_np.3.html - [similar]
Man page of MALLOC_INFO 5968
MALLOC_INFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 m ... s ============ <malloc version="1"> <heap nr="0"> <sizes> </sizes> <total type="fast" count="0" size="0"/> ... <total type="rest" count="0" size="0"/> <system type="current" size="135168"/> <syst ... em type="max" size="135168"/> <aspace type="total" size="135168"/> <a ... space type="mprotect" size="135168"/> </heap> <total type="fast" count="0" si ...
https://man.plustar.jp/manpage/man3/malloc_info.3.html - [similar]
Man page of MEMUSAGE 5807
MEMUSAGE Section: Linux user manual (1) Updated: 2020-11-01 Index JM Home Page 名前 memusage - プ ... まれる。 heap total malloc (3) のすべての呼び出しの size 引数の合計、 calloc (3) のすべての呼び出しの引数の ... 積 ( nmemb * size )、 mmap (2) のすべての呼び出しの length 引数の合計 ... いた値) の合計が加算される。 heap peak malloc (3) の size 引数、 calloc (3) の nmemb * size の積、 realloc ( ... 3) の size 引数、 mmap (2) の length 引数、 mremap (2) の new ...
https://man.plustar.jp/manpage/man1/memusage.1.html - [similar]
Man page of MALLOC 5760
MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc ... と解放を行う 書式 #include < stdlib.h > void *malloc(size_t size ); void free(void *ptr ); void *calloc(size ... _t nmemb , size_t size ); void *realloc(void *ptr , size_t size ); ... void *reallocarray(void *ptr , size_t nmemb , size_t size ); glibc 向けの機能検査マクロ ... glibc 2.28 以前: _GNU_SOURCE 説明 malloc () 関数は size バイトを割り当て、 割り当てられたメモリーに対する ...
https://man.plustar.jp/manpage/man3/calloc.3.html - [similar]
Man page of MALLOC 5760
MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc ... と解放を行う 書式 #include < stdlib.h > void *malloc(size_t size ); void free(void *ptr ); void *calloc(size ... _t nmemb , size_t size ); void *realloc(void *ptr , size_t size ); ... void *reallocarray(void *ptr , size_t nmemb , size_t size ); glibc 向けの機能検査マクロ ... glibc 2.28 以前: _GNU_SOURCE 説明 malloc () 関数は size バイトを割り当て、 割り当てられたメモリーに対する ...
https://man.plustar.jp/manpage/man3/free.3.html - [similar]
Man page of MALLOC 5760
MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc ... と解放を行う 書式 #include < stdlib.h > void *malloc(size_t size ); void free(void *ptr ); void *calloc(size ... _t nmemb , size_t size ); void *realloc(void *ptr , size_t size ); ... void *reallocarray(void *ptr , size_t nmemb , size_t size ); glibc 向けの機能検査マクロ ... glibc 2.28 以前: _GNU_SOURCE 説明 malloc () 関数は size バイトを割り当て、 割り当てられたメモリーに対する ...
https://man.plustar.jp/manpage/man3/malloc.3.html - [similar]
Man page of MALLOC 5760
MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc ... と解放を行う 書式 #include < stdlib.h > void *malloc(size_t size ); void free(void *ptr ); void *calloc(size ... _t nmemb , size_t size ); void *realloc(void *ptr , size_t size ); ... void *reallocarray(void *ptr , size_t nmemb , size_t size ); glibc 向けの機能検査マクロ ... glibc 2.28 以前: _GNU_SOURCE 説明 malloc () 関数は size バイトを割り当て、 割り当てられたメモリーに対する ...
https://man.plustar.jp/manpage/man3/realloc.3.html - [similar]
Man page of MALLOC 5760
MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc ... と解放を行う 書式 #include < stdlib.h > void *malloc(size_t size ); void free(void *ptr ); void *calloc(size ... _t nmemb , size_t size ); void *realloc(void *ptr , size_t size ); ... void *reallocarray(void *ptr , size_t nmemb , size_t size ); glibc 向けの機能検査マクロ ... glibc 2.28 以前: _GNU_SOURCE 説明 malloc () 関数は size バイトを割り当て、 割り当てられたメモリーに対する ...
https://man.plustar.jp/manpage/man3/reallocarray.3.html - [similar]
Man page of BSTRING 5459
BSTRING Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 bcmp, ... g.h > int bcmp(const void * s1 , const void * s2 , size_t n ); void bcopy(const void * src , void * dest , ... size_t n ); void bzero(void * s , size_t n ); void *mem ... ccpy(void * dest , const void * src , int c , size_t n ); void *memchr(const void * s , int c , size_ ... ); int memcmp(const void * s1 , const void * s2 , size_t n ); void *memcpy(void * dest , const void * src ...
https://man.plustar.jp/manpage/man3/bstring.3.html - [similar]
Man page of GETXATTR 5385
GETXATTR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 getx ... #include < sys/types.h > #include < sys/xattr.h > ssize_t getxattr(const char * path , const char * name , ... void * value , size_t size ); ssize_t lgetxattr(const char * path , co ... nst char * name , void * value , size_t size ); ssize_t fgetxattr(int fd , const char * ... name , void * value , size_t size ); 説明 Extended attributes are name : valu ...
https://man.plustar.jp/manpage/man2/fgetxattr.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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