将“aliasing bug"翻译成中文

别名错误, 混淆錯誤是“aliasing bug"到 中文 的最佳翻译。

aliasing bug

A class of subtle programming errors that can arise in code that performs dynamic allocation. If several pointers address the same chunk of storage, the program may free the storage using one of the pointers but then attempt to use another one (an alias), which would no longer be pointing to the desired data. This bug is avoidable by the use of allocation strategies that never use more than one copy of a pointer to allocated core memory, or by the use of higher-level languages, such as LISP, which employ a garbage collection feature.

+

英文-中文字典

  • 别名错误

    A class of subtle programming errors that can arise in code that performs dynamic allocation. If several pointers address the same chunk of storage, the program may free the storage using one of the pointers but then attempt to use another one (an alias), which would no longer be pointing to the desired data. This bug is avoidable by the use of allocation strategies that never use more than one copy of a pointer to allocated core memory, or by the use of higher-level languages, such as LISP, which employ a garbage collection feature.

  • 混淆錯誤

    A class of subtle programming errors that can arise in code that performs dynamic allocation. If several pointers address the same chunk of storage, the program may free the storage using one of the pointers but then attempt to use another one (an alias), which would no longer be pointing to the desired data. This bug is avoidable by the use of allocation strategies that never use more than one copy of a pointer to allocated core memory, or by the use of higher-level languages, such as LISP, which employ a garbage collection feature.

  • 显示算法生成的翻译

将“ aliasing bug "自动翻译成 中文

  • Glosbe

    Glosbe Translate
  • Google

    Google Translate

类似于 "aliasing bug" 的短语,可翻译成 中文

在上下文、翻译记忆库中将“aliasing bug"翻译成 中文