#
memory-leak
Here are 111 public repositories matching this topic...
Android performance optimization tutorials, videos and tools list(Android性能优化视频,文档以及工具)
-
Updated
May 7, 2019
6
andywer
commented
Jan 11, 2017
Here is a draft for what the best practices should contain. Follow-up of #18.
Topics
No console.log() on non-primitive values in tests
As @mjhea0 pointed out, the console.* methods will keep a reference to any object/array/function you pass them, thus artificially introducing a memory leak. See http://stackoverflow.com/a/28859493/1799408.
Leakage tests are quite slow
..
轻量级实时 Node.js 内核性能监控分析工具
-
Updated
Mar 30, 2020 - JavaScript
CppUTest unit testing and mocking framework for C/C++
-
Updated
May 30, 2020 - C++
-
Updated
Jan 15, 2019 - HTML
Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )
-
Updated
Jun 25, 2019 - C#
debugs memory leak of running process. Not maintained anymore, try `libleak` please.
-
Updated
Nov 3, 2018 - C
Some common patterns of memory leaks in Android development and how to fix/avoid them
-
Updated
Aug 19, 2018 - Java
android
java
memory-leaks
handler
thread
android-development
singleton
asynctask
memory-management
memory-leak
leakcanary
leak-detection
leak-memory
-
Updated
Dec 17, 2019 - Java
detect memory leak by LD_PRELOAD, without changing the target program
-
Updated
Nov 18, 2019 - C
Open
按多次返回并没有回到桌面
4
lilingquan
commented
Sep 20, 2019
通过am start跳转到首页后,按2次返回并没有回到桌面,而是继续返回到之前的页面,这个时候去dump内存分析并不能说明是内存泄露,这个流程有更好的优化方案吗
Reflection based heap shapshot tool for Unity game engine
-
Updated
Jun 25, 2018 - C#
-
Updated
Mar 30, 2016 - Objective-C
Detects buffer overruns and memory leaks.
-
Updated
Mar 2, 2020 - C
Poireau: a sampling allocation debugger
-
Updated
May 17, 2020 - C++
Measuring and graphing memory usage of local processes
python
vuejs
vue
frontend
memory-leaks
memory
websocket-server
websocket
websockets
python-3-6
python3
aiohttp
python-3-5
asyncio
python-3
mem
memory-leak
aiohttp-server
python-3-7
-
Updated
Mar 12, 2020 - Vue
Find memory leaks in Linux and macOS applications
-
Updated
Jun 3, 2020 - C++
Debug Malloc memory allocation debugging C library
-
Updated
May 31, 2020 - C
Create a V8 heap snapshot right before an "Out of Memory" error occurs, or create a heap snapshot or CPU profile on request.
nodejs
memory
memory-leak
cpu-profiling
memory-snapshot
cpu-profile
out-of-memory
heap-dump
devtools-protocol
heap-size
-
Updated
Oct 16, 2019 - JavaScript
Sample Java programs to demonstrate performance issues
-
Updated
Oct 15, 2019 - Java
Immutable finite list objects with constant-time equality testing (===) and no memory leaks.
memoization
immutable
functional
functional-programming
tuples
equality
persistent
immutability
garbage-collection
persistent-data-structure
internalization
memory-leak
tuple
equality-test
-
Updated
Sep 29, 2019 - JavaScript
Open
Update Readme
An event emitter implementation robust against memory leaks.
-
Updated
Jun 2, 2020 - JavaScript
A small tool for automatically detecting the [controller memory leak] in the project. 一款用于自动检测项目中【控制器内存泄漏】的小工具。
-
Updated
May 28, 2020 - Objective-C
Improve Android code quality with static code analysis and runtime check with checkstyle, findbugs, PMD, Lint, StrictMode and LeakCanary
-
Updated
Apr 18, 2020 - Java
an example for debuging golang goroutine leak
-
Updated
Jan 11, 2017 - Go
Python: Bad Ideas
-
Updated
May 29, 2017 - Python
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."
Run following commands and enjoy the stream of warnings from Dokka:
Review errors and see if any of t