Results of 1 - 10 of about 14 for zu (0.098 sec.)
- Man page of OFFSETOF 14546
- OFFSETOF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 offs
...
出力はコンパイラ依存である */ printf("offsets: i=%zu; c=%zu; d=%zu a=%zu\n", offsetof(struct s, i), off ...
offsetof(struct s, a)); printf("sizeof(struct s)=%zu\n", sizeof(struct s)); exit(EXIT_SUCCESS); } この文 ...
いる。 関連キーワード struct , offsetof , OFFSETOF , zu , member , オフセット , include , コンパイラ , pag ...
-
https://man.plustar.jp/manpage/man3/offsetof.3.html
- [similar]
- Man page of MBSTOWCS 9750
- MBSTOWCS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 mbst
...
urce string (excluding terminator):\n"); printf(" %zu bytes\n", strlen(argv[2])); printf(" %zu multibyte ...
AILURE); } printf("Wide character string is: %ls (%zu characters)\n", wcs, mbslen); /* Now do some inspe ...
-
https://man.plustar.jp/manpage/man3/mbstowcs.3.html
- [similar]
- Man page of MEMUSAGE 9277
- MEMUSAGE Section: Linux user manual (1) Updated: 2020-11-01 Index JM Home Page 名前 memusage - プ
...
int *p; size = sizeof(*p) * 100; printf("malloc: %zu\n", size); p = malloc(size); for (i = 0; i < CYCLE ...
e = sizeof(*p) * (j * 50 + 110); printf("realloc: %zu\n", size); p = realloc(p, size); size = sizeof(*p) ...
* ((j + 1) * 150 + 110); printf("realloc: %zu\n", size); p = realloc(p, size); } free(p); exit(E ...
-
https://man.plustar.jp/manpage/man1/memusage.1.html
- [similar]
- Man page of FREAD 9102
- FREAD Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 fread,
...
zeof(*buffer)) { fprintf(stderr, "fread() failed: %zu\n", ret); exit(EXIT_FAILURE); } printf("ELF magic: ...
if (ret != 1) { fprintf(stderr, "fread() failed: %zu\n", ret); exit(EXIT_FAILURE); } printf("Class: %#0 ...
-
https://man.plustar.jp/manpage/man3/fread.3.html
- [similar]
- Man page of FREAD 9102
- FREAD Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 fread,
...
zeof(*buffer)) { fprintf(stderr, "fread() failed: %zu\n", ret); exit(EXIT_FAILURE); } printf("ELF magic: ...
if (ret != 1) { fprintf(stderr, "fread() failed: %zu\n", ret); exit(EXIT_FAILURE); } printf("Class: %#0 ...
-
https://man.plustar.jp/manpage/man3/fwrite.3.html
- [similar]
- Man page of PTHREAD_GETATTR_NP 8314
- PTHREAD_GETATTR_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page
...
hread_attr_getguardsize"); printf("%sGuard size = %zu bytes\n", prefix, guard_size); s = pthread_attr_ge ...
size); printf("\n"); printf("%sStack size = %#zx (%zu) bytes\n", prefix, stack_size, stack_size); } stat ...
-
https://man.plustar.jp/manpage/man3/pthread_getattr_np.3.html
- [similar]
- Man page of MALLOC_HOOK 7824
- MALLOC_HOOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 _
...
(元々のフックのままにしておく) */ printf("malloc(%zu) called from %p returns %p\n", size, caller, resul ...
-
https://man.plustar.jp/manpage/man3/__after_morecore_hook.3.html
- [similar]
- Man page of MALLOC_HOOK 7824
- MALLOC_HOOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 _
...
(元々のフックのままにしておく) */ printf("malloc(%zu) called from %p returns %p\n", size, caller, resul ...
-
https://man.plustar.jp/manpage/man3/__free_hook.3.html
- [similar]
- Man page of MALLOC_HOOK 7824
- MALLOC_HOOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 _
...
(元々のフックのままにしておく) */ printf("malloc(%zu) called from %p returns %p\n", size, caller, resul ...
-
https://man.plustar.jp/manpage/man3/__malloc_hook.3.html
- [similar]
- Man page of MALLOC_HOOK 7824
- MALLOC_HOOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 _
...
(元々のフックのままにしておく) */ printf("malloc(%zu) called from %p returns %p\n", size, caller, resul ...
-
https://man.plustar.jp/manpage/man3/__malloc_initialize_hook.3.html
- [similar]