"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.

  • 알고리즘 방식으로 생성된 번역 표시

" aliasing bug "를 한국어로 자동 번역

  • Glosbe

    Glosbe Translate
  • Google

    Google Translate
추가

문맥에서 "aliasing bug"을 한국어로 번역, 번역 메모리