REFERENCE COUNT 日本語 意味 - 日本語訳 - 英語の例文

['refrəns kaʊnt]
['refrəns kaʊnt]
参照カウントが
参照カウントreferencecount
リファレンスカウントは

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Automatic Reference Count(ARC).
自動参照カウント(ARC)。
Reference count with_narrow().
Narrow()でのリファレンスカウント
You need not increment its reference count.
その参照カウントを増加させる必要はありません。
An objects reference count generally starts at zero.
オブジェクトの参照カウントは、通常0から始まります。
Reference inherits from Object and holds a reference count.
Referenceはオブジェクトから継承され、参照カウントを保持します。
Reference count is incremented and var 1 also owns ownership.
リファレンスカウントはインクリメントされvar1も所有権を持つ。
When we call clone(), the Arc<T> needs to update the reference count.
Clone()を呼び出すとき、Arc<T>は参照カウントを更新する必要があります。
An object whose reference count drops to zero is summarily deleted.
参照カウントがゼロに落ちたオブジェクトは、即座に削除される。
All Python objects(even Python integers) have a type and a reference count.
全てのPythonオブジェクトには(Python整数型ですら)型(type)と参照カウント(referencecount)があります。
When the reference count becomes zero, the allocated memory is released automatically.
文字列の参照カウントがゼロになると、割り当てられたメモリが解放されます。
Another new macro, Py_CLEAR(obj), decreases the reference count of obj and sets obj to the null pointer.
もう一つの新規マクロPy_CLEAR(obj)はobjの参照カウントをデクリメントの上でobjをヌルポインタにセットします。
When the reference count of an object hits 0(zero), the object deletes itself.
オブジェクトの参照カウントが0(zero)に達するとオブジェクトは自分自身を削除します。
The ownership of object reference of type_ptr moves to type var,so there is no increase or decrease of reference count.
Ptr型のオブジェクト参照の所有権は_var型に移るため、参照カウントの増減はない。
For var 1, var 2, the reference count is decremented since it has passed the scope.
Var1,var2に関しては、スコープを抜けたので参照カウントがデクリメントされる。
When the pointer no longers holds the address of that object,it has to decrease the reference count of that object by one.
ポインタがすでにオブジェクトのアドレスを保持しない時、そのオブジェクトの参照カウントを一つ減じる必要があります。
If a call to Release() causes the reference count to hit zero, the object will generally free itself.
もしRelease()への呼び出しにより参照カウントが0になったら、オブジェクトは通常自分自身を削除します。
If the reference count reaches zero, the object's type's deallocation function(which must not be NULL) is invoked.
参照カウントがゼロになったら、オブジェクトの型のメモリ解放関数(NULLであってはならない)が呼ばれます。
Holding relationships are used to model reference count based life-time management of the target Items.
B)保持関係保持関係は、ターゲットItemの参照カウントベースの存続期間管理をモデル化するために使用される。
If the reference count drops to zero and no other loaded libraries use symbols in it, then the dynamic library is unloaded.
参照カウントが0になり、他でロードされているライブラリによってシンボルが使われていなければ、そのダイナミックライブラリはアンロードされる。
For instance, instead of deleting an object whose reference count has been decremented to zero, the reaper performs no other action.
例えば、参照カウントがゼロまで減らされたオブジェクトを削除する代わりに、リーパーは、他のいかなるアクションも実行しない。
Because Perl uses reference counting, as soon as we reach the end of the loop, the$io variable goes out of scope,so the reference count on the file object goes to zero, and it is immediately freed ie.
なぜならPerlは参照カウントを使っており、ループ終端に到達すると変数$ioはスコープから外れ、このファイルオブジェクトの参照カウントが0になる。
Structures are always deallocated when they reach 0 reference count and cannot be modified when they have -1 reference count.
構造体は、参照カウントが0になると必ずメモリから解放され、参照カウントが-1の場合は変更できません。
This may cause the reference count for the object previously bound to the name to reach zero, causing the object to be deallocated and its destructor(if it has one) to be called.
再束縛によって、以前その名前に束縛されていたオブジェクトの参照カウント(referencecount)がゼロになった場合、オブジェクトは解放(deallocate) され、デストラクタ(destructor)が(存在すれば)呼び出されます。
It is a goodidea to use this macro whenever decrementing the reference count of an object that might be traversed during garbage collection.
ガベージコレクション中に追跡される可能性のあるオブジェクトの参照カウントのデクリメントを行うには、このマクロを使うのがよいでしょう。
Del__()- the former decrements the reference count for x by one,and the latter is only called when x‘s reference count reaches zero.
Del__()を呼び出しません-前者はxの参照カウントを1つ減らし、後者はxの参照カウントが0まで落ちたときのみ呼び出されます。
Returns the currently owned reference as release(decrement the reference count) and sets the reference pointer to nil and returns it.
現在所有している参照をrelease(参照カウントをデクリメント)して、リファレンスのポインタをnilにセットして返す。
Del__()- the former decrements the reference count for x by one,and the latter is only called when x‘s reference count reaches zero.
Del__()を呼び出しません---前者はxへの参照カウント(referencecount)を1つ減らし、後者はxへの参照カウントがゼロになった際にのみ呼び出されます。
In the process of_narrow() processing, when the call to_narrow() succeeds,the reference count of the target object is incremented, but if it fails it is not incremented.
Narrow()処理の過程において、_narrow()の呼び出しが成功した場合、その対象オブジェクトのリファレンスカウントはインクリメントされるが、失敗した場合はインクリメントされない。
Del__()-- the former decrements the reference count for by one,and the latter is only called when 's reference count reaches zero.
Del__()を直接呼び出すことはしません-前者はxへの参照カウント(referencecount)を1つ減らし、後者はxへの参照カウントが0になった際にのみ呼び出されます。
The overhead of individually deleting every object for which the reference count has been decremented to zero may be quite high, since every such deletion results in a transaction with the database.
参照カウントがゼロまで減らされたあらゆるオブジェクトを個々に削除するオーバーヘッドは、このようなあらゆる削除がデータベースとの処理と言う結果になるので、極めて高くなり得る。
結果: 41, 時間: 0.0259

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語