「deallocator」を含む例文一覧(2)

  • Similarly, the deallocator for the object must conform to a similarpair of rules:
    同様に、オブジェクトのメモリ解放関数も以下の二つの規則に適合しなければなりません: - Python
  • The type-specific deallocator takes care of decrementing the reference counts for other objects contained in the object if this is a compound object type, such as a list, as well as performing any additional finalization that's needed.
    型固有のデアロケータは、その型が複合オブジェクト (compound object)型である場合には、オブジェクト内の他のオブジェクトに対する参照カウントをデクリメントするよう気を配るとともに、その他の必要なファイナライズ (finalize) 処理を実行します。 - Python

例文データの著作権について