#
memory-leak
Here are 160 public repositories matching this topic...
Android performance optimization tutorials, videos and tools list(Android性能优化视频,文档以及工具)
-
Updated
May 7, 2019
企业级 Node.js 应用性能监控与线上故障定位解决方案
-
Updated
Dec 23, 2021 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
CppUTest unit testing and mocking framework for C/C++
-
Updated
Dec 19, 2021 - C++
-
Updated
Jan 15, 2019 - HTML
Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )
-
Updated
Jun 25, 2020 - C#
Memory profiler for PHP. Helps finding memory leaks in PHP scripts.
-
Updated
Dec 19, 2021 - C
debugs memory leak of running process. Not maintained anymore, try `libleak` please.
-
Updated
Nov 3, 2018 - C
A Python memory profiler for data processing and scientific computing applications
python
memory-leaks
memory
memory-profiler
memory-leak
memory-leak-detection
memory-leak-finder
memory-profiling
memory-
-
Updated
Dec 20, 2021 - Rust
Some common patterns of memory leaks in Android development and how to fix/avoid them
-
Updated
Aug 19, 2018 - Java
detect memory leak by LD_PRELOAD, without changing the target program
-
Updated
Jun 17, 2020 - C
android
java
memory-leaks
handler
thread
android-development
singleton
asynctask
memory-management
memory-leak
leakcanary
leak-detection
leak-memory
-
Updated
Jun 7, 2021 - Java
Open
按多次返回并没有回到桌面
4
lilingquan
commented
Sep 20, 2019
通过am start跳转到首页后,按2次返回并没有回到桌面,而是继续返回到之前的页面,这个时候去dump内存分析并不能说明是内存泄露,这个流程有更好的优化方案吗
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
Aug 10, 2021 - Python
Reflection based heap shapshot tool for Unity game engine
-
Updated
Jun 25, 2018 - C#
Detects buffer overruns and memory leaks.
-
Updated
Dec 13, 2021 - C
Easy-to-use profiler for GStreamer
gtk
streaming
gstreamer
multimedia
vala
profiler
trace
memory-allocation
memory-leak
cpu-profiling
meson
gst-instruments
-
Updated
Jul 8, 2021 - C
Debug Malloc memory allocation debugging C library
-
Updated
Jun 28, 2021 - C
A small tool for automatically detecting the [controller, view memory leak] in the project. 一款用于自动检测项目中【控制器内存泄漏,View 内存泄漏】的小工具,支持 ObjC,Swift。
-
Updated
Oct 25, 2021 - Objective-C
Poireau: a sampling allocation debugger
-
Updated
Dec 18, 2021 - C
Find memory leaks in Linux and macOS applications
-
Updated
Dec 11, 2021 - 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
Sep 30, 2021 - JavaScript
-
Updated
Mar 30, 2016 - Objective-C
Sample Java programs to demonstrate performance issues
-
Updated
May 20, 2021 - Java
Automatic memory leak detection for ember apps
-
Updated
Oct 26, 2021 - JavaScript
This is a Visual Studio Extension and NuGet package that should identify and fix problems as memleaks while using IDisposables.
-
Updated
Apr 12, 2021 - C#
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
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."
Problem description
TvToast displays a custom Toast on Android TV devices. It does so by modifying the
Toast.getView()'s message TextView.On Android 30+ it is no longer allowed to access toast's view via
getView()and it led to crashes (see #2161). Cust