manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 155 for after (0.004 sec.)
Man page of MALLINFO 7401
MALLINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 mall ... most releasable block (keepcost): 0 ============== After allocating blocks ============== Total non-mmapped ... releasable block (keepcost): 31168 ============== After freeing blocks ============== Total non-mmapped by ... ; exit(EXIT_FAILURE); } } printf("\n============== After allocating blocks ==============\n"); display_mall ... freeStep) free(alloc[j]); printf("\n============== After freeing blocks ==============\n"); display_mallinf ...
https://man.plustar.jp/manpage/man3/mallinfo.3.html - [similar]
Man page of MALLOC_HOOK 7401
MALLOC_HOOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 _ ... k, __memalign_hook, __free_hook, __realloc_hook, __after_morecore_hook - malloc デバッグ用の変数 書式 #incl ... ; void (*__malloc_initialize_hook)(void); void (*__after_morecore_hook)(void); 説明 GNU C ライブラリでは、適 ... 呼び出し元 (caller) のアドレスが格納される。 変数 __after_morecore_hook は、領域の追加要求があり sbrk (2) が ...
https://man.plustar.jp/manpage/man3/malloc_hook.3.html - [similar]
Man page of STRTOL 6972
STRTOL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtol ... ut 123abc strtol() returned 123 Further characters after number: "abc" $ ./a.out 123abc 55 strtol: Invalid ... : 0; errno = 0; /* To distinguish success/failure after call */ val = strtol(str, &endptr, base); /* Check ... essarily an error... */ printf("Further characters after number: \"%s\"\n", endptr); exit(EXIT_SUCCESS); } ...
https://man.plustar.jp/manpage/man3/strtol.3.html - [similar]
Man page of STRTOL 6972
STRTOL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtol ... ut 123abc strtol() returned 123 Further characters after number: "abc" $ ./a.out 123abc 55 strtol: Invalid ... : 0; errno = 0; /* To distinguish success/failure after call */ val = strtol(str, &endptr, base); /* Check ... essarily an error... */ printf("Further characters after number: \"%s\"\n", endptr); exit(EXIT_SUCCESS); } ...
https://man.plustar.jp/manpage/man3/strtoll.3.html - [similar]
Man page of STRTOL 6972
STRTOL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtol ... ut 123abc strtol() returned 123 Further characters after number: "abc" $ ./a.out 123abc 55 strtol: Invalid ... : 0; errno = 0; /* To distinguish success/failure after call */ val = strtol(str, &endptr, base); /* Check ... essarily an error... */ printf("Further characters after number: \"%s\"\n", endptr); exit(EXIT_SUCCESS); } ...
https://man.plustar.jp/manpage/man3/strtoq.3.html - [similar]
Man page of MALLOC_INFO 6822
MALLOC_INFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 m ... ="mprotect" size="135168"/> </malloc> ============ After allocating blocks ============ <malloc version="1" ... t("pthread_create"); /* If we add a sleep interval after the start-up of each thread, the threads likely wo ... to complete allocations */ printf("\n============ After allocating blocks ============\n"); malloc_info(0, ...
https://man.plustar.jp/manpage/man3/malloc_info.3.html - [similar]
Man page of PTHREAD_GETATTR_NP 6544
PTHREAD_GETATTR_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page ... である)。 $ ./a.out -g 4097 Thread attributes object after initializations: Guard size = 4097 bytes Stack add ... thread stack at 0x804d000 Thread attributes object after initializations: Guard size = 4096 bytes Stack add ... (attrp != NULL) { printf("Thread attributes object after initializations:\n"); display_stack_related_attrib ...
https://man.plustar.jp/manpage/man3/pthread_getattr_np.3.html - [similar]
Man page of ENCRYPT 6393
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... |= buf[i * 8 + j] << j; } txt[8] = '\0'; } printf("After encrypting: %s\n", txt); encrypt(buf, 1); for (int ... |= buf[i * 8 + j] << j; } txt[8] = '\0'; } printf("After decrypting: %s\n", txt); exit(EXIT_SUCCESS); } 関連 ...
https://man.plustar.jp/manpage/man3/encrypt.3.html - [similar]
Man page of ENCRYPT 6393
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... |= buf[i * 8 + j] << j; } txt[8] = '\0'; } printf("After encrypting: %s\n", txt); encrypt(buf, 1); for (int ... |= buf[i * 8 + j] << j; } txt[8] = '\0'; } printf("After decrypting: %s\n", txt); exit(EXIT_SUCCESS); } 関連 ...
https://man.plustar.jp/manpage/man3/encrypt_r.3.html - [similar]
Man page of ENCRYPT 6393
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... |= buf[i * 8 + j] << j; } txt[8] = '\0'; } printf("After encrypting: %s\n", txt); encrypt(buf, 1); for (int ... |= buf[i * 8 + j] << j; } txt[8] = '\0'; } printf("After decrypting: %s\n", txt); exit(EXIT_SUCCESS); } 関連 ...
https://man.plustar.jp/manpage/man3/setkey.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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