When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. PurifyPlus - Wikipedia

    en.wikipedia.org/wiki/PurifyPlus

    The ability to detect non-fatal errors is a major distinction between PurifyPlus and similar programs from the usual debuggers.By contrast, debuggers generally only allow the programmer to quickly find the sources of fatal errors, such as a program crash due to dereferencing a null pointer, but do not help to detect the non-fatal memory errors.

  3. BoundsChecker - Wikipedia

    en.wikipedia.org/wiki/BoundsChecker

    BoundsChecker is a memory checking and API call validation tool used for C++ software development with Microsoft Visual C++. It was created by NuMega in the early 1990s. When NuMega 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 ...

  4. Intel Inspector - Wikipedia

    en.wikipedia.org/wiki/Intel_Inspector

    Intel Inspector is a tool to check and debug memory and thread errors in C / C++ and Fortran applications. It supports Windows and Linux, integrates with debuggers, and detects persistent memory errors.

  5. List of tools for static code analysis - Wikipedia

    en.wikipedia.org/wiki/List_of_tools_for_static...

    A static code analysis tool is a software tool that examines the source code of a program without executing it. This web page provides a list of notable tools for static code analysis, with their latest release, license, supported languages, and notes.

  6. Boehm garbage collector - Wikipedia

    en.wikipedia.org/wiki/Boehm_garbage_collector

    The Boehm–Demers–Weiser garbage collector, often simply known as the Boehm GC or Boehm collector, is a conservative garbage collector for C and C++ [1] developed by Hans Boehm, Alan Demers, and Mark Weiser. [2] [3] Boehm GC is free software distributed under a permissive free software licence similar to the X11 license. The first paper ...

  7. Cppcheck - Wikipedia

    en.wikipedia.org/wiki/Cppcheck

    Cppcheck is a free and open-source software that checks C and C++ code for bugs, errors, and style issues. It supports various static checks, such as bounds, memory, and exception safety, and has plugins for many IDEs and text editors.

  8. Memory leak - Wikipedia

    en.wikipedia.org/wiki/Memory_leak

    A memory leak is a type of resource leak that occurs when a computer program incorrectly manages memory allocations and memory that is no longer needed is not released. Learn about the consequences, symptoms and programming issues of memory leaks, and see a pseudocode example of a memory leak in an elevator control program.

  9. List of performance analysis tools - Wikipedia

    en.wikipedia.org/wiki/List_of_performance...

    A comprehensive list of tools for software development and performance analysis, categorized by general purpose, language, and platform. Compare features, licenses, and examples of each tool.