MALLOC 日本語 意味 - 日本語訳 - 英語の例文

名詞
malloc

英語 での Malloc の使用例とその 日本語 への翻訳

{-}
  • Computer category close
  • Colloquial category close
  • Ecclesiastic category close
  • Programming category close
Can't malloc.
Mallocできません。
S: malloc failed:%s.
S:mallocに失敗しました:%s↵。
Additionally, when you called malloc.
さらに「マルキュー」と呼べるようになれば、。
In this case, malloc will return NULL.
この場合、mallocは、NULLを、newは例外エラーを返す。
Why does the Book say I must cast malloc?
なぜ私はmallocを投げなければならないと言っているのですか?
(e.g., call malloc with the M_WAITOK flag.).
(例えば、M_WAITOKフラグを伴ったmallocの呼び出しです。)。
This is gonna define malloc and free.
Mallocとfreeで対応しようと思います。
What REALLY happens when you don't free after malloc?
Mallocの後で解放しないと本当に何が起こるのですか?
The return value from malloc() is always a void*.
何故ならば、malloc()の返り値はvoid*型であるからです。
Coverity: malloc the right size for btrs_node tree.
Coverity:btrfs_nodetreeのmallocを正しいサイズで行うようにしました。
What is the difference between Malloc and Calloc?
Callocとmallocの違いは何ですか。
Malloc() allocates size bytes and returns a pointer to the allocated memory.
Malloc()はsizeバイトを割り当て、割り当てられたメモリに対するポインタを返す。
Changed a calloc to a malloc due to BSDL problem.
BSDI版における問題を回避するため、callocをmallocに変更。
Note that malloc, calloc, and realloc all return null pointers if they fail.
Malloc,callocそれにreallocで注意してほしいのは、失敗したときにすべてnullポインタを返すことです。
OpenBSD's implementation of the malloc function makes use of mmap.
OpenBSDのmalloc関数の実装はmmapを使用している。
If you do, the assembler may resolve thecall before the linker has a chance to wrap it to malloc.
このようにすると、リンカがそれをmallocへとラップする前に、アセンブラがこの呼び出しを解決してしまうかもしれません。
The flags argument further qualifies malloc()'s operational characteristics as follows:.
引数flagsはmalloc()の操作上の特性を以下のようにみなします。
Normally, malloc() allocates memory from the heap, and adjusts the size of the heap as required, using sbrk(2).
通常、malloc()は、ヒープからメモリを割り当て、必要に応じてヒープのサイズをsbrk(2)を使って調節する。
And I play CTF as a member of TokyoWesterns. Yes, malloc is delicious:.
TokyoWesternsでCTFもやってます.mallocおいしいです。
(In"real" code, of course, malloc would be declared correctly, and each return value checked.).
もちろん"本物の"コードではmallocの戻り値のチェックが必要である。
To be precise, Linux doesn't support deallocation,but the memory space is not automatically added back to the malloc free list.
正確に言うとLinuxはメモリの解放をサポートしておらず、そのメモリ空間はmalloc()のメモリの空きリストに自動的に戻されない。
The call to__real_malloc in__wrap_malloc will call the real malloc function.
Wrap_malloc中の__real_mallocが、本当のmalloc関数を呼び出します。
Functions of Relic are thread-safe as long as a handle is not accessed by threads at the same time,on the assumption that'errno','malloc', and so on are thread-safe.
スレッド間で同時に同じハンドルにアクセスしない限りは、Relicの各関数はスレッドセーフである。ただし、'errno'や'malloc'等がスレッドセーフな処理系であることが前提となる。
Here, the programmer is aware that malloc will return a NULL pointer if memory is not allocated.
ここで、プログラマはmallocがNULLを返す場合があることに気づいている(メモリを確保できなかった場合)。
The malloc and calloc functions return a pointer to the allocated memory if successful; otherwise a NULL pointer is returned and errno is set to ENOMEM.
Malloc()関数とcalloc()関数は、成功した場合は割り当てられたメモリへのポインタを返し、それ以外の場合はNULL ポインタを返しerrnoをENOMEMに設定します。
When the first I/O operation occurs on a file, malloc(3) is called, and an optimally-sized buffer is obtained.
最初のI/O操作がファイルで起こるとき、malloc(3)が呼び出され、最適なサイズのバッファが取得されます。
A type is defined using struct malloc_type via the MALLOC_DECLARE() and MALLOC_DEFINE() macros.
TypeはMALLOC_DECLARE()とMALLOC_DEFINE()マクロを通じてstructmalloc_typetypedefを使用して定義されます。
結果: 27, 時間: 0.03

トップ辞書のクエリ

英語 - 日本語