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
- Host: GitHub
- URL: https://github.com/frederiktobner/memorytracer
- Owner: FrederikTobner
- License: gpl-3.0
- Created: 2023-04-16T22:12:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T21:23:29.000Z (over 2 years ago)
- Last Synced: 2025-06-04T06:51:49.882Z (4 months ago)
- Topics: c, cmake, memory, memory-allocation, memory-leak
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MemoryTracer
[](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 |