An open API service indexing awesome lists of open source software.

https://github.com/frederiktobner/memorytracer

Simple Memory Analyzer library for C
https://github.com/frederiktobner/memorytracer

c cmake memory memory-allocation memory-leak

Last synced: about 1 month ago
JSON representation

Simple Memory Analyzer library for C

Awesome Lists containing this project

README

          

# MemoryTracer

[![Build Tobot](https://github.com/jksevend/tobot-engine/actions/workflows/build.yaml/badge.svg)](https://github.com/jksevend/tobot-engine/actions/workflows/build.yaml)

> **NOTE**: 🚧 Under active development. 🚧

MemoryTracer is a simple memory tracing library for C, for Unix-systems, that helps you finding memory-leaks within your application.

| ⚠️ Warning |
|----------------------------------------------------------------------------------|
| The library should never be included in the release versions of your application |