[go: up one dir, main page]

Search Results for "fix memory leaks" - Page 3

Showing 111 open source projects for "fix memory leaks"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Evertune | Improve Your Brand's Visibility in AI Search Icon
    Evertune | Improve Your Brand's Visibility in AI Search

    For enterprise marketing teams looking for a platform to understand and influence how AI models like ChatGPT recommend their products or services.

    Evertune is the Generative Engine Optimization (GEO) platform that helps brands improve visibility in AI search across ChatGPT, AI Overview, Gemini, Claude and more.
    Learn More
  • 1
    gremlins.js

    gremlins.js

    Monkey testing library for web apps and Node.js

    ...It unleashes a horde of undisciplined gremlins on a web app in order to check its robustness. We've modernized the code of Gremlins.js, our monkey testing library for frontend apps. It's now super easy to detect memory leaks in your JavaScript code. Gremlins.js comes with 5 types of undisciplined gremlins that will try to break your web application: the clicker, the form filler, the scroller, the typer and the toucher. You can also add custom gremlins easily. While gremlins try their best to destroy your app, another type of scripts called mogwais monitor the console errors and the number of frames by second to detect performance problems. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    FBRetainCycleDetector

    FBRetainCycleDetector

    iOS library to help detecting retain cycles in runtime

    Retain cycles are one of the most common ways of creating memory leaks. It's incredibly easy to create a retain cycle, and tends to be hard to spot it. The goal of FBRetainCycleDetector is to help find retain cycles at runtime. The features of this project were influenced by Circle. FBRetainCycleDetector will look for cycles that are no longer than 10 objects. We can make it bigger (although it's going to be slower!).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    linux process explorer
    ...Audience for this tool: * Advanced system administrators trying to analyze on process level what is going on in a production server; * Software developers analyzing the troughput of their process: e.g. TCP throughput, memory usage, memory leaks; The most advanced feature is the monitoring of TCP/IP traffic figures, for each SINGLE process (actual connections and throughput). As far as known no other tool has this capability. In the process tree, use the right mouse button to monitor process details.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    Vector

    Vector

    A contiguous generic and growable array type in C

    A contiguous generic and growable array type in C programming language. Vector supports amortized constant time insertion and removal of elements , as well as constant time access. C doesn’t allow data types to be passed as parameters. That means a generic container needs to manually manage memory in terms of the client element size, not client data type. You can do generic programming in c, without to use macros.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Accounting Software Built for Owners, and Their Clients Icon
    Accounting Software Built for Owners, and Their Clients

    Make invoicing and billing painless for your small business with FreshBooks.

    Balancing your books, client relationships, and business isn’t easy. FreshBooks gives you the info and time you need to focus on your big picture—your business, team, and clients.
    Learn More
  • 5
    Quadro Tool

    Quadro Tool

    Решения системных ошибок (Fix system errors)

    -Eng- - Network Optimization - Checking the Windows file system for integrity - Checking hard drives and fixing errors on them - Restoring the broken sectors on disks - Standard defragmentation of the system disk - Optimization of system disk storage - Optimization of storage levels of the system disk - Optimization with automatic method type detection - Automatic virtual memory configuration for the system - RAM check and error correction Have GUI and CMD version, click "Browse...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    HeapInspector

    HeapInspector

    Find memory issues & leaks in your iOS app without instruments

    HeapInspector is a debug tool that monitors the memory heap with backtrace recording in your iOS app. You can discover memory leaks, no longer used objects, abandoned memory and more issues directly on your device without ever starting Instruments. Basically, you can inspect the entire heap and see all living objects of your iOS app. To be more precise you can record the heap for a specific part of the app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    WaveShop

    WaveShop

    Fast, bit-perfect audio editor that doesn't modify samples needlessly

    WaveShop is an audio editor for Windows XP/Vista/7/8. Unlike many similar apps, WaveShop is bit-perfect, meaning samples aren't altered unless they need to be. Editing a portion of an audio file only affects that portion; the rest of the file is untouched. Blocks of audio can be cut and pasted without changing their contents at all. This is especially useful for patching a finished master without corrupting its dither.
    Downloads: 67 This Week
    Last Update:
    See Project
  • 8

    Diagnostic

    Memory leak detection tool / utility

    Tool for detecting memory leaks. Besides memory leaks, diagnostic.dll provides API's for high performance call stack determination. Currently only windows 32 and 64 bit platforms are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MetaMIS

    MetaMIS

    Metagenomic Microbial Interaction Simulator

    ...MetaMIS provides a user-friendly interactive stand-alone graphical interface for scientists without programming skills to investigate the interactions among microorganisms. 2017.03.09 MetaMIS_v1.02: - Create an option to export consensus table. - Decimal time is allowed. 2016.12.16 MetaMIS_v1.01: - fix the memory-out problem for larger abundance table (>500 OTUs). - add three items to constrain the total number of running interaction networks 2016.11.17 MetaMIS_v1
    Downloads: 2 This Week
    Last Update:
    See Project
  • DeskTime is a cloud-based time tracking software Icon
    DeskTime is a cloud-based time tracking software

    DeskTime is best for medium to large companies, as well as freelancers who want to boost productivity without overworking.

    DeskTime is a high-performance, automated time tracking and workforce management solution for teams and freelancers. It runs silently in the background, logging computer activity from the moment of boot-up to ensure 100% accurate data without the need for manual timers.
    Learn More
  • 10

    waifu2x-ROS

    ReactOS and Windows XP compatible build of waifu2x.

    ...- "Stop" button works; updated OpenCV, WebP and JasPer libraries; - fix: didn't filter images when scale < 0.5; fixed conversion to 8 bpp in OpenCV and reading of some JPEG-compressed TIFFs in LibTIFF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    debug_new

    debug_new

    C / C++ everything-memory debugger

    .... - Easily debug memory-leaks. - Easily debug dangling pointers. - Easily debug deallocation method correctness. - Easily debug array index errors (when writing past the end). - Easily profile memory usage and track down memory hawks. - Click-And-Goto-Source support for Visual Studio. - Integrated compatibility for new, new[], delete, delete[], malloc, calloc, realloc, free
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    (Yet another) MemTracer

    Tool that help tracing memory leaks and usage on PC and game consoles

    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CrtDbg for WinCE

    CrtDbg for WinCE

    Port of MS _CrtDbg Memory Leak Detection for WinCE

    You are searching _CrtDumpMemoryLeaks(), _CrtSetReportMode() and all the well known Win32 stuff? But you don't find it for your Windows CE or Windows Mobile native C or C++ development? Get tired of Memory Leaks? Handle Leaks? Trouble with Appverify (Application Verifier for WinCE)? Stop searching. Congratulations, you got it!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    LEMP Raspberry Pi 2

    Turn your Raspberry Pi 2 into a Nginx HTTP server.

    To do: – Update my.cnf for RPi2 (1G of memory) and enable InnoDB by default. – Fix broken PHP modules. (gd, imap and mcrypt) Changelog: 09-16-2015 – Fixed sshd root access and enabled autostart of sshd on boot. 09-12-2015 – Tested image on 3 different Raspberry Pi 2 boards. 09-10-2015 – Performed pacman -Syu 09-10-2015 – Updated to work with Raspberry Pi 2 (Arm7) Known Bugs: – When using the wifi-menu command to connect to the internet instead of a network cable. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ButterKnife

    ButterKnife

    Bind Android views and callbacks to fields and methods

    ...Because it relies on annotation processing, there’s no reflection at runtime, keeping startup paths lean and predictable. The generated bind/unbind lifecycle helps avoid memory leaks by clearing references when views are destroyed. Butter Knife made UI code more readable and maintainable for years, especially in large codebases with complex layouts and many event hooks. While newer Android APIs now offer official view binding alternatives, the project remains a landmark example of how code generation can simplify everyday Android development.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16

    zabbix_agent_bench

    Benchmarking and stress testing tool for the Zabbix agent

    A multithreaded Zabbix agent benchmarking tool with support for custom keys and discovery item prototypes. This tool is useful for developing custom Zabbix agent items and quickly identifying memory or file handle leaks, concurrency problems such as race conditions and other performance issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AndroidEventBus

    AndroidEventBus

    Library for android, simplifies communication between services

    ...Unlike simple observer patterns, AndroidEventBus typically integrates with Android lifecycles so that subscribers are automatically registered, paused, or cleaned up based on activity/fragment state — reducing memory leaks and errant behavior during configuration changes. The library aims to simplify common inter-component messaging tasks (like posting a login success event or notifying multiple listeners of state changes) while preserving type safety and performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    VisualStudio_Scan

    VisualStudio_Scan

    VisualStudio plugin for static analysis of C/C++ code.

    ...Not depending on compilers enables it to find potential quality issues efficiently (100,000 line per minute). It can find critical issues such as null pointer dereference, memory leaks, buffer overrun, and logic errors
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    sourceinsight-scan

    a Source Insight plugin for static analysis of C/C++ code.

    ...Not depending on compilers enables it to find potential quality issues efficiently (100,000 line per minute). It can find critical issues such as null pointer dereference, memory leaks, buffer overrun, and logic errors. Besides, it supports some customized needs including rule configuration, false positive labeling, path filtering and custom macros configurat
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    libcutils

    Some Useful C-Utilities

    ...The library provides fundamental data structures such as lists, hash-maps, strings and parsing functions for JSON or the typical dot-file based configuration data. The following list summarizes the currently supported functionality: * length delimited instead of NULL terminated strings * memory management based on reference counting * several list processing functions like iterators and map-reduce * support of [Ideal Hash Tries](http://infoscience.epfl.ch/record/64398/files/idealhashtrees.pdf) for highly efficient hash map data structures * parsers for [JSON](http://json.org) data and the text configuration files found in Unix system * doubly linked circular lists for reliable event queues * support for test and debugging of memory management problems such as memory leaks
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Madmap is a tool to help analyze java heap dumps. New in v1.1 it supports hprof ascii and now binary dumps collected with jmap. It helps find memory leaks by showing the live set and automatically calculating which objects retain the most heap size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Pyringe

    Pyringe

    Debugger capable of attaching to and injecting code into python

    pyringe is a powerful Python process “syringe” that attaches to a running interpreter and lets you introspect—and even execute code inside—that live process. It blends debugger-style attachment (via gdb/ptrace techniques) with Python-aware helpers so you can inspect threads, frames, locals, and heap objects without restarting the target. This is invaluable for post-mortem diagnosis of production daemons where reproducing a bug in a dev shell is impractical. pyringe can inject arbitrary...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    DBGMEM is a memory debugger designed for large scale C and C++ programs on Linux. It helps you to find: memory leaks, heap memory corruption, passing of illegal argument to selected standard library functions, use of freed or uninitialized heap blocks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Importer library to import assets from different common 3D file formats such as Collada, Blend, Obj, X, 3DS, LWO, MD5, MD2, MD3, MDL, MS3D and a lot of other formats. The data is stored in an own in-memory data-format, which can be easily processed. www.open3mod.com/ is a 3D model viewer and exporter based on Assimp that is also Open Source.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 25

    JLeaker

    Fast Java memory leaks detector

    Downloads: 0 This Week
    Last Update:
    See Project