memory-leak
Here are 129 public repositories matching this topic...
Android performance optimization tutorials, videos and tools list(Android性能优化视频,文档以及工具)
-
Updated
May 7, 2019
企业级 Node.js 应用性能监控与线上故障定位解决方案
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
CppUTest unit testing and mocking framework for C/C++
-
Updated
Oct 29, 2020 - C++
-
Updated
Jan 15, 2019 - HTML
Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )
-
Updated
Jun 25, 2020 - C#
debugs memory leak of running process. Not maintained anymore, try `libleak` please.
-
Updated
Nov 3, 2018 - C
Memory leak profiler for PHP
-
Updated
Aug 17, 2020 - C
Some common patterns of memory leaks in Android development and how to fix/avoid them
-
Updated
Aug 19, 2018 - Java
A Python memory profiler for data processing and scientific computing applications
-
Updated
Nov 11, 2020 - Python
-
Updated
Dec 17, 2019 - Java
detect memory leak by LD_PRELOAD, without changing the target program
-
Updated
Jun 17, 2020 - C
按多次返回并没有回到桌面
通过am start跳转到首页后,按2次返回并没有回到桌面,而是继续返回到之前的页面,这个时候去dump内存分析并不能说明是内存泄露,这个流程有更好的优化方案吗
Reflection based heap shapshot tool for Unity game engine
-
Updated
Jun 25, 2018 - C#
Detects buffer overruns and memory leaks.
-
Updated
Oct 19, 2020 - C
Poireau: a sampling allocation debugger
-
Updated
Aug 27, 2020 - C++
-
Updated
Mar 30, 2016 - Objective-C
Measuring and graphing memory usage of local processes
-
Updated
Nov 4, 2020 - Python
Create a V8 heap snapshot right before an "Out of Memory" error occurs, or create a heap snapshot or CPU profile on request.
-
Updated
Nov 3, 2020 - JavaScript
Find memory leaks in Linux and macOS applications
-
Updated
Oct 7, 2020 - C++
Debug Malloc memory allocation debugging C library
-
Updated
May 31, 2020 - C
Sample Java programs to demonstrate performance issues
-
Updated
Sep 3, 2020 - Java
Immutable finite list objects with constant-time equality testing (===) and no memory leaks.
-
Updated
Sep 29, 2019 - JavaScript
This is a Visual Studio Extension and NuGet package that should identify and fix problems as memleaks while using IDisposables.
-
Updated
Mar 30, 2020 - C#
A small tool for automatically detecting the [controller memory leak] in the project. 一款用于自动检测项目中【控制器内存泄漏】的小工具,支持 Objective-C,Swift。
-
Updated
Oct 10, 2020 - Objective-C
An event emitter implementation robust against memory leaks.
-
Updated
Jul 21, 2020 - JavaScript
Improve Android code quality with static code analysis and runtime check with checkstyle, findbugs, PMD, Lint, StrictMode and LeakCanary
-
Updated
Apr 18, 2020 - Java
Improve this page
Add a description, image, and links to the memory-leak topic page so that developers can more easily learn about it.
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."


Description
When using leakcanary with android-test 1.3.1-alpha02 ui test suite always pass.😞
Using alpha version is required due to android/android-test#743 but in case when it gets into stable release more people will face the issue
Steps to Reproduce
Sample project that has test suite passing despite it shouldn't
https://github.com/mateuszkwiecinski/or