memoryleaks
There are 9 repositories under memoryleaks topic.
M3moryLeaks/Writeups
CTF solutions and writeups from MemoryLeaks Team
Zard-C/ROS2-Unit-Test
This repo is a demo ROS2 package to demonstrate how to do unit test using gtest and run memory leak check with valgrind in a ROS2 package.
przygodyzkodem/ios-memory-leaks-examples
Simple demo project illustrating problem of memory leaks in Swift code in iOS
vyas00/AsyncTask-Lifecycle
Explains the lifecycle of an AsyncTask when the activity is in OnPause state or when the activity gets destroyed or when the application gets destroyed. Uses Weak reference of the host Activity to avoid memory leak issues in case the user destroys the host activity but the async task is still functioning.
ANSANJAY/LinuxMemoryIssueDebugger
Dive deep into Linux memory problems with LinuxMemoryIssueDebugger. This repository offers comprehensive techniques, tools, and guidelines to effectively debug memory issues in Linux environments, providing developers with hands-on solutions to common pitfalls
cembdc/maps-and-memoryleaks
Maps and Memory Leaks in Go
Eessh/memsafe-boii
A simple header only library for handling memory in C/C++, avoiding most of the memory leaks.
Lubrum/java-memory-leak
Examples of memory leaks in Java
Marslanali/valgrind-linux
Using valgrind to find memory leaks and invalid memory use