"Malloc" is not found on TREX in Japanese-English direction
Try Searching In English-Japanese (Malloc)

Low quality sentence examples

最初のI/O操作がファイルで起こるとき、malloc(3)が呼び出され、最適なサイズのバッファが取得されます。
When the first I/O operation occurs on a file, malloc(3) is called, and an optimally-sized buffer is obtained.
そのとき、malloc関数はNULLを返す。
In this case, malloc will return NULL.
内部でのメモリ確保(malloc)に失敗。
SSERR_NO_MEMORY Failed to allocate memory(malloc.
S:mallocに失敗しました:%s↵。
S: malloc failed:%s.
代わりに、malloc関数とfree関数を使います。
Instead, use malloc and free.
組み込み関数'malloc'の暗黙の宣言が互換性がない。
Incompatible implicit declaration of built-in function‘malloc.
どのような場合にmallocvsnewを使用しますか?
In what cases do I use malloc vs new?
従って、malloc()と共に用いる場合は通常次のように使います。
So malloc() function is generally used as follows.
設定しない場合は内部でmalloc,freeを使用します。
If you do not prepare the callback functions, the SDK will use malloc and free internally.
これがNULLの場合は、malloc()と同じ動作になる。
If the pointer is NULL then the function will behave exactly like the function malloc(.
この場合、mallocは、NULLを、newは例外エラーを返す。
In this case, malloc will return NULL.
Coverity:btrfs_nodetreeのmallocを正しいサイズで行うようにしました。
Coverity: malloc the right size for btrs_node tree.
引数flagsはmalloc()の操作上の特性を以下のようにみなします。
The flags argument further qualifies malloc()'s operational characteristics as follows.
(例えば、M_WAITOKフラグを伴ったmallocの呼び出しです。。
(e.g., call malloc with the M_WAITOK flag..
多くのプログラムはmallocが失敗することを考慮していない。
Many badly coded programs do not check for malloc failure.
その場合はmalloc,free相当のコールバック関数を設定してください。
You can prepare callback functions that are equivalent to malloc and free.
Mallocこの型のメモリディスクの記憶領域は、malloc(9)によって割り当てられます。
Storage for this type of memory disk is allocated with malloc(9.
なぜ私はmallocを投げなければならないと言っているのですか?
Why does the Book say I must cast malloc?
何故ならば、malloc()の返り値はvoid*型であるからです。
The return value from malloc() is always a void.
これはサイズをカーネル内でのmallocの大きさ制限に制限します。
This limits the size to the malloc bucket limit in the kernel.