| 意味 |
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.
|
| 意味 |
|
|
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
|
ログイン |
Weblio会員(無料)になると
|
「aliasing bug」のお隣キーワード |
weblioのその他のサービス
|
ログイン |
Weblio会員(無料)になると
|