Skip to content
#

memory-leak

Here are 55 public repositories matching this topic...

Purpose of this is to understand virtual-machine code (and by extension machine code) by writing a software implementation of a simple virtual machine. This work put into test our ability to design, document, and implement a program with a clean modular structure. In this project, it shows how the structural choices may affect the performance of…

  • Updated May 17, 2022
  • C

LeakGuard-Pro is a memory leak detection tool designed to help software developers identify and analyze memory leaks in their programs. It provides a mechanism to track memory allocations and deallocations during program execution, allowing you to identify potential memory leaks and their associated sizes.

  • Updated Aug 16, 2023
  • C

Improve this page

Add a description, image, and links to the memory-leak topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the memory-leak topic, visit your repo's landing page and select "manage topics."

Learn more