awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Memory Leak Detectors · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesMemory Leak Detectors

Tools for tracking heap allocations to identify and report unfreed memory blocks.

Distinguishing note: Focuses on diagnostic tracking of memory lifecycle, distinct from general memory allocation libraries.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Memory Leak Detectors. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Memory Leak Detectors

Awesome Memory Leak Detectors GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • nothings/stb

    nothings/stb

    32,571View on GitHub↗

    This project is a collection of portable, header-only C functions designed for integration into software projects without complex build dependencies or external linking requirements. It provides a suite of low-level utilities for graphics, audio, and data management, focusing on direct memory manipulation and zero-dependency portability. By utilizing a single-header distribution model, the library simplifies dependency management while allowing developers to maintain full control over memory allocation and binary size through compile-time configuration. The library distinguishes itself by off

    Tracks heap allocations and deallocations to identify and report memory leaks at program termination.

    C
    32,571View on GitHub↗