翻訳と辞書
Words near each other
・ Boundless (company)
・ Boundless Informant
・ Boundless Oceans, Vast Skies
・ Boundless productions
・ Boundless TV
・ Boundry Pillar railway station
・ Bounds (surname)
・ Bounds Building
・ Bounds checking
・ Bounds Green
・ Bounds Green TMD
・ Bounds Green tube station
・ Bounds Lott
・ Bounds v. Smith
・ Bounds-checking elimination
BoundsChecker
・ Boundstone
・ Boundstone Community College
・ Boundy
・ Boundétingou Airport
・ Boune
・ Bouneima
・ Bouneschlupp
・ Boungbale
・ Boungome people
・ Boungou
・ Boungou Folgou
・ Boungou Natimsa
・ Boungoueni
・ Bouni


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

BoundsChecker : ウィキペディア英語版
BoundsChecker

BoundsChecker is a memory checking and API call validation tool used for C++ software development with Microsoft Visual C++. It was created by Nu-Mega Technologies in the early 1990s. When Nu-Mega was purchased by Compuware in 1997, BoundsChecker became part of a larger tool suite, DevPartner Studio. Micro Focus purchased the product line from Compuware in 2009.〔(Micro Focus BoundsChecker official site )〕 Comparable tools include Purify, Insure++ and Valgrind.
BoundsChecker can be run in two modes: ActiveCheck, which does not instrument the application, and FinalCheck, which does.
ActiveCheck performs a less intrusive analysis and monitors all calls by the application to the C Runtime Library, Windows API and calls to COM objects. By monitoring memory allocations and releases, it can detect memory leaks and overruns. Monitoring API and COM calls enables ActiveCheck to check parameters, returns and exceptions and report exceptions when they occur. Thread deadlocks can also be detected by monitoring of the synchronization objects and calls giving actual and potential deadlock detection.
FinalCheck requires an instrumented build and gives a much deeper but more intrusive analysis. It provides all of the detection features of ActiveCheck plus the ability to detect buffer overflows (read and write) and uninitialized memory accesses. It monitors every scope change, and tracks pointers referencing memory objects.
== General Functionality ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「BoundsChecker」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.