Skip to content

A simple C++ memory allocation tracker focused on detecting memory leaks and studying low-level memory management concepts

Notifications You must be signed in to change notification settings

sloow001/Sentinel-Memory-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentinel Memory Tracker

Sentinel Memory Tracker is a simple C++ project created to study manual memory management and memory leak detection.

This project was developed for learning purposes, focusing on:

  • Manual memory allocation and deallocation
  • Pointer usage
  • Basic use of STL containers
  • Detecting common memory-related errors

The project tracks memory allocations and deallocations during program execution and reports possible memory leaks at the end of the program

About

A simple C++ memory allocation tracker focused on detecting memory leaks and studying low-level memory management concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages