Software Index
Related Topics
Popular Trends
Trending Topics
 

Detecting Memory Leaks

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Systweak CacheBoost Enterprise Edition
CacheBoost optimizes the System Cache-Management of Windows XP/2000/NT and upcoming Windows .Net Servers. This results in an best performance boosIncreases RAM for applications and the operating system.Defrags system memory.Recovers unused RAM from Windows.Repair memory leaks, and avoids crashes, system hangup ...
January 12th 2003 Shareware  4.5 stars 958k
CacheBoost Enterprise Edition
CacheBoost optimizes the System Cache-Management of Windows XP/2000/NT and upcoming Windows .Net Servers. This results in an best performance boost.
Increases RAM for applications and the operating system.
Defrags system memory.
Recovers unused RAM from Windows.
Repair memory leaks, and ...
September 12th 2005 Shareware  5 stars 830k
Memory Washer
Memory Washer is a robust memory and processes manager tool, that automatically speed-up games and programs when more RAM is needed then you have currently available.Memory Washer recovers memory leaks, and prevents Windows crashes by freeing unused memory, making your ...
August 26th 2004 Shareware    2,170k
RAM Saver Pro
Easy-to-use RAM optimizer tool that will keep your computer running faster. It increases the operation system performance by making more memory available for your applications. Defragments system memory, increasing the efficiency of your CPU and motherboard caches. It also recovers ...
November 28th 2004 Shareware    742k
HeapMemView
HeapMemView is a small utility that allows you to view the content of all memory blocks allocated in the heap of the process the you select. This tool can be useful for developers that need to trace memory leaks in ...
August 29th 2007 Freeware  5 stars 39k
Max RAM Optimizer
Max RAM Optimizer provides fully Automation option. You don't need to monitor your pc continuously; Max RAM Optimizer does this for you. Whenever your pc's memory goes below to a limit selected by you, it will increase available physical memory ...
March 23rd 2009 Shareware  5 stars 1,253k
RAMRush
RAMRush is a free memory management and optimization tool. It can efficiently optimize memory usages of your Windows system, free up physical RAM and make your system work better. RAMRush uses an intelligent way to manage the physical memory and ...
July 16th 2009 Freeware    522k
Valgrind
Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. ...
September 10th 2011 Freeware    5,356k
Rasqal for Mac
Rasqal is a free software / Open Source C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings. The supported query languages are SPARQL and RDQL.

Rasqal was designed to work closely with ...
February 19th 2011 Freeware    205k
Memory Management System
What is MMS? The Memory Management System (MMS) was developed with the commercial user in mind. Meaning, MMS was engineered to be running 24 hours a day 7 days a week with no user intervention needed. We have a version ...
September 2nd 2011 Shareware    1,444k
Parabens Mem-Jolt
Paraben's Mem-Jolt frees RAM to make your system run more smoothly. Reduce the number of reboots and the need to buy more RAM and keep your system feeling fresh. Keep your system feeling fresh. Use a HotKey to start a ...
November 14th 2001 Shareware  5 stars 785k
Ram Boost Pro (2002)
Tired of a slow PC that crashes too often? Do you find that you have to reboot your computer to speed it up again? Chances are, you are experiencing Windows memory leaks. Instead of going out and buying more expensive ...
June 12th 2002 Freeware  5 stars 744k
TweakRAM
TweakRAM is a program for cleaning and optimizing memory on your computer. It increases the overall system performance by providing more efficient usage of your CPU.Some of its main features are listed below:- Memory defragmantation- Unloading of Unnecessary Libraries- Fighting ...
November 17th 2002 Shareware  5 stars 764k
MMD Logger with GDI Tool
MMD Logger with GDI tool is windows console-like program designed to log, save and analyze debug messages. It helps C/C++ programmers debug and profile their code. With MMD logger you can easily control program flow, time and memory consuming etc. ...
October 20th 2003 Shareware    418k
CacheBoost Professional Edition
CacheBoost optimizes the System Cache-Management of Windows XP/2000/NT and upcoming Windows .Net Servers. This results in an best performance boosIncreases RAM for applications and the operating system.Defrags system memory.Recovers unused RAM from Windows.Repair memory leaks, and avoids crashes, system hangup ...
July 13th 2004 Shareware    830k
Armaide
Armaide is a fast and responsive integrated development environment for Windows. It is designed for developing reliable software to run on the powerful NXP / Philips LPC2000 family of ARM-based microcontrollers. The programming language supported by Armaide is Oberon-07. It ...
November 19th 2009 Shareware    1,395k
OGRE
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics.

The class library abstracts all the details of using the ...
August 4th 2011 Freeware    40,817k
FFpocket
FFpocket is a tool for using ffmpeg's features. FFpocket carries out the tasks of frame decoding from a video file, audio decoding from a multimedia file (video/audio) precise time/frame seeking including b-frames, audio downsampling and special minmax averaging.

The source code ...
August 5th 2011 Freeware    3,379k
iLife Support for Mac
Provides system software resources that are shared by iLife and other applications. This update addresses general compatibility issues, improves overall stability for the Media Browser, and fixes a number of other minor issues. The issues addressed include:

- Resolved memory leaks ...
October 26th 2011 Shareware    56,443k
G95 for Mac
G95 is a free, open source, stable, production ready Fortran 95 compiler available for multiple CPU architectures and operating systems.

G95 optimizations and innovations continue to be worked on.

Here are some key features of "G95":

· Free Fortran 95 compliant compiler.
· Current ...
July 21st 2011 Freeware    6,277k
Related Scripts
Adding text to an image in memory
This tutorial will be of much use for the users in generating dynamic navigation button on their ASP.NET websites. This article guides users to include a text to the images in memory by using System.Drawing.Bitmap and draw brush. This is ...
December 6th 2005 Freeware     
Detecting a Client's screen resolution in ASP.NET
This is an article that allows readers to gather information about detecting screen resolution for client side. Here the author uses a javascript trick to perform this process. The author explains that client's screen resolution can be easily detected by ...
December 11th 2005 Freeware     
Detecting Browser Capabilities
Detecting Browser Capabilities is a web based tutorial in which author describes the method of collecting the browser information of the visitors. Here the author demonstrates detecting the browser capability and the method of accessing the browser capabilities through Request.Browser ...
December 19th 2005 Freeware     
Detecting Browser Capabilities in ASP.NET
Detecting Browser Capabilities in ASP.NET is a web based article in which author elaborates the method of detecting the browser capabiltity with the help of HttpBrowserCapabilities properties. In this tutorial users can learn about various HTTP.Request classes, the author explains ...
December 10th 2005 Freeware     
Detecting disabled cookies
Detecting disabled cookies is a web based tutorial through which users can gather information about how to detect the disabled cookies with the help of codes that the author offers for the users. This article discusses about what are all ...
December 3rd 2005 Freeware     
Detecting File Encodings in .NET
Detecting File Encodings in .NET is an ASP.NET tutorial in which author explains about the method of encoding the file which helps in reading the string in the files. This tutorial helps in identifying which encoding is done for constructing ...
November 25th 2005 Freeware     
Detecting the user's screen size
This is an article for detecting visitors screen size. This tutorial elaborates that the web developers are building websites with layouts or background, images etc., these are only accepted by some screen sizes, but making web layouts or background to ...
December 3rd 2005 Freeware     
Detecting User Information
This is an article that tells the users how to detect several user infos by writing FAQ for the detecting process with javascript support. This tutorial teaches the users how to handle an IF statement for performing detecting. The author ...
December 13th 2005 Freeware     
In-Memory Data Compression in .NET [C#: Beta 2] PART I
In-Memory Data Compression in .NET [C#: Beta 2] PART I is an article in which author describes the method of compressing and uncompressing the data in memory for migrating the data in the stream of wire. Here the author describes ...
December 21st 2005 Freeware     
Master Memory Management
Master Memory Management is an online tutorial in which author elaborates the procedure involved in generating codes for .NET framework in VB.NET and C# with better memory management. In this article author discusses about management of memory, methods involved in ...
December 12th 2005 Freeware     
Related Code
A Pixel-Precision Method For Detecting Sprite Collision
A Pixel-Precision Method For Detecting Sprite Collision
May 22nd 2006     2k
Virtual Memory Manager
Yesh ! - it's the first FREEWARE Virtual Memory Manager, Providing you with a transparent memory allocation sceme wich will provide all the memory you could only dream about ... It'll use XMS, EMS, DOS or Virtual Memory, it can ...
November 18th 2006     109k
Memory Game
Learn how to use Delphi arrays, images, sound, and how to save and read from text files in this nice game of memory.
November 8th 2008     50k
Change the Case of Characters on Sreen
This programme is done only by use of pointers. It direct access V.D.U.(Visual Display Unit) Memory and change its contents i.e. change the case.
March 13th 2006     1k
Calculate ( Calculator )
To provide a way for a program to use dynamic formulas / expressions at run-time. For instance you could read in a formula ( with variables ) from a config file then pass that formula ( variables and all ) ...
March 21st 2006     8k
New Software
Popular Software