Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.137 Times

Gdi Leak freeware
Filter: All | Freeware | Demo
 

Gdi Leak

1 2 3 4 5 > 
Added: January 10, 2010 | Visits: 730

Devel::Leak Devel::Leak is a utility for looking for perl objects that are not reclaimed. SYNOPSIS use Devel::Leak; ... setup code my $count = Devel::Leak::NoteSV($handle); ... code that may leak Devel::Leak::CheckSV($handle); Devel::Leak has two functions NoteSV and CheckSV. NoteSV walks the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Devel::Leak Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 841

Visual Leak Detector Visual Leak Detector is a free, robust, open-source memory leak detection system for Visual C++. It's pretty easy to use. After installing it, you just need to tell Visual C++ where to find the included header and library file. Then it can be used with any C/C++ project simply by adding the... Platforms: Windows

License: Freeware Size: 1024 KB Download (56): Visual Leak Detector Download

Released: December 04, 2012  |  Added: December 04, 2012 | Visits: 502

Start the Leak Start the Leak is an interesting physics puzzle game. Roll the bomb to the spot marked with X to blow up the pipe in this physics-based puzzle game. Your job is to get the bomb to the marked position to blow it up. Have fun and good luck! Platforms: Windows

License: Freeware Size: 2.18 MB Download (565): Start the Leak Download

Added: January 26, 2010 | Visits: 986

Network Leak Finder Netleak is a collection of small perlscripts that detects connectivity between network segments. It is mostly useful to detect "leaks" in large organizations that have private networks physically separated from the Internet. Imagine some large corporation which has an internal development LAN... Platforms: *nix

License: Freeware Size: 18.43 KB Download (95): Network Leak Finder Download

Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 544

Memory Leak Detection For Mac C++Program A light-weight tool to detect the memory leak in C++ Program under Mac environment. It will trace the memory allocation stack and print it out when your program exit. Platforms: Mac

License: Freeware Size: 4.34 KB Download (52): Memory Leak Detection For Mac C++Program Download

Released: December 21, 2015  |  Added: December 28, 2015 | Visits: 14.657

Avant Browser Avant Browser's user-friendly interface brings a new level of clarity and efficiency to your browsing experience, and frequent upgrades have steadily improved its reliability. Multi-Processing: Multi-Processing design offers you a crash-free, lock-up-free, memory-leak-free internet browsing... Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 4.25 MB Download (589): Avant Browser Download

Added: August 04, 2010 | Visits: 1.003

KMtraceViewer KMtraceViewer is a graphical user interface for the KMtrace leak detection program. KMtrace is part of the kdesdk package. Whats New in This Release: - fixed installation path of icons (for making them part of the package). Platforms: *nix

License: Freeware Size: 399.36 KB Download (97): KMtraceViewer Download

Released: December 21, 2015  |  Added: December 26, 2015 | Visits: 2.937

Avant Browser Ultimate Tri-core Avant Browser(Chrome,Firefox,IE),it's user-friendly interface brings a new level of clarity and efficiency to your browsing experience, and frequent upgrades have steadily improved its reliability. Multi-Processing: Multi-Processing design offers you a crash-free, lock-up-free,... Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 78.47 MB Download (210): Avant Browser Ultimate Download

Released: January 03, 2013  |  Added: January 03, 2013 | Visits: 634

Bear This program displays for every process under Windows NT: the usage of all GDI Objects [hDC, hRegion, hBitmap, hPalette, hFont, hBrush] the usage of all User Objects [hWnd, hMenu, hCursor, SetWindowsHookEx, SetTimer and some other stuff] the handle count A double click on a process opens the... Platforms: Windows

License: Freeware Size: 410 KB Download (416): Bear Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 777

JLeak JLeak is a free java memory leak detector, relying on the JVM -javaagent option. It allows filtering on displayed classes, and dump stack trace on where each instance has been created. GUI and agent core are connected through sockets, and can be launched separately, on remote hosts. JLeak is... Platforms: Windows, Unix, Linux, Java

License: Freeware Size: 1.08 MB Download (56): JLeak Download

Released: February 08, 2022  |  Added: March 24, 2022 | Visits: 1.321

DosPrint DosPrint allows you running DOS programs on modern Windows computers (64 bit too) and printing to Windows printers (including USB, GDI and PDF) by installing specialist third party programs specifically designed to solve these common DOS problems. It checks if you've a 32/64 bit Windows... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 685.79 KB Download (191): DosPrint Download

Added: September 25, 2006 | Visits: 3.146

Washee Clean up system and Internet surfing history that could leak your information. Washee helps remove traces collected by operating system & Internet browser to ensure data is not disclosed. It offers a various options for system and Internet browsing. It is a clean-up tool for removing any... Platforms: Windows

License: Freeware Download (197): Washee Download

Added: August 10, 2008 | Visits: 936

GDIView GDIView is a unique tool that works to show a list of GDI controllers open for each process. These GDI controllers are referring to elements like: brushes, pencils, fonts, bitmaps and others.GDIView shows you the total number of GDI controllers of each type, and detailed information about each... Platforms: Windows

License: Freeware Size: 3 KB Download (545): GDIView Download

Added: November 04, 2010 | Visits: 764

MemCheck Deluxe MemCheckDeluxe is an enhanced leak finder/memory profiler. It tracks all the memory allocated, and can report where it was created at the end of a program (memory that would have been leaked). It tracks the largest and smallest chunks allocated, the maximum memory used, and the highest number... Platforms: *nix

License: Freeware Size: 16.38 KB Download (119): MemCheck Deluxe Download

Added: September 26, 2010 | Visits: 1.343

Net-SNMP Net-SNMP project provides tools and libraries relating to the Simple Network Management Protocol. Installation: The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each... Platforms: *nix

License: Freeware Size: 3.81 MB Download (149): Net-SNMP Download

Added: October 06, 2010 | Visits: 716

Devel::TrackObjects Devel::TrackObjects is a Perl module to track use of objects. SYNOPSIS cmdline perl -MDevel::TrackObjects=/^IO::/ server.pl inside use Devel::TrackObjects qr/^IO::/; use Devel::TrackObjects -verbose; use IO::Socket; ... my $sock = IO::Socket::INET->new... ...... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Devel::TrackObjects Download

Released: August 28, 2010  |  Added: September 02, 2010 | Visits: 3.706

USB Drive Guard USB Drive Guard is a data leak prevention (DLP) security solution that enables network administrators to centrally control USB drives on the network. This application runs silently on any windows PC and when someone inserts any type of storage device it will check a database on your network to... Platforms: Windows

License: Freeware Size: 37.04 MB Download (2203): USB Drive Guard Download

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 684

PowerBroker Desktops DLP Edition PowerBroker® Desktops DLP Edition is a powerful data control and monitoring solution to the problem of data privacy and confidentiality in IT infrastructure. PowerBroker Desktops DLP Edition effectively replaces individual security tools, such as contentaware DLP, device control, e-mail control,... Platforms: Windows

License: Freeware Download (424): PowerBroker Desktops DLP Edition Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 678

Usage Monitor Usage Monitor lets you set watch limits on processes to know when your process is using too much. Watch limits can be placed on Memory Usage, GDI Objects, and USER Objects. This is a great tool for any developer. Features: - Monitor Memory Usage, GDI Objects, USER Objects - Minimize to the... Platforms: Windows

License: Freeware Size: 1.6 MB Download (415): Usage Monitor Download

Released: November 21, 2012  |  Added: November 21, 2012 | Visits: 1.523

ActiveGanttVC Scheduler ActiveX Control Add Gantt chart and scheduling capabilities to your C++, Visual Basic 6 or MS Access application. ActiveGanttVC can be used with practically any development environment that supports hosting and scripting ActiveX controls. Use ActiveGanttVC to build Gantt Charts, rosters, equipment/location... Platforms: Windows

License: Freeware Size: 27.75 MB Download (182): ActiveGanttVC Scheduler ActiveX Control Download

1 2 3 4 5 >