Blogs about: Memory Leaks

Featured Blog

Windbg logging

bit-envoy wrote 2 weeks ago: Lets assume we have application and we would like to print logs from it’s execution (like argu … more →

Tags: debugging, Windows, WinDBG, Programming, x86, calling conventions, x64

Detect Java Memory Leaks by Frank Munz

juergenkress wrote 3 weeks ago:   WebLogic Partner Community For regular information become a member in the WebLogic Partner Co … more →

Tags: WebLogic, WebLogic Community, Oracle, OPN, Jürgen Kress, Frank Munz

The ultimate internet filler: a haiku and a doggy picture1 comment

Jason wrote 1 month ago: I’ve had too much on my mind all day today to produce a post that isn’t total, incessant, rambling d … more →

Tags: animals, Blog, Family, Humor, Pets, Pictures], Poetry, Decision Making, Deep Thoughts

Valgrind Memcheck tool

Priya wrote 3 months ago: This article introduces Valgrind, a dynamic instrumentation framework to detect memory errors. The M … more →

Tags: technical, Computer Science, Open-Source, valgrind, opensource, LFY

Managed code efficiency - Part 1

riaandp wrote 3 months ago: As a developer whose skills were molded in a C++ development environment, I initially found myself d … more →

Tags: development, memory management, wpf, memory management issues, WPF

Is There Any Reason To Actually Shut Down Your Computer?3 comments

hssparkz wrote 4 months ago: By Jason Fitzpatrick, HowToGeek Published on 01/3/13 With low-power standby modes and stable operati … more →

Tags: Performance, Computer, Operating System, shut down, standby, Reboot, hibernate, Processor, RAM

Titanium for iOS: Quick Profiling Example Using Xcode's Instruments

tim wrote 4 months ago: One thing that, for now, sucks about Unity3D for iOS is that there seems to be no easy way to use a … more →

Tags: instruments, Titanium, Xcode, Instruments, Profiling

Valgrind builds are now green on TBPL2 comments

gkw wrote 7 months ago: Valgrind builds are now green on TBPL as of this morning! I filed bug 800435 to get the build unhidd … more →

Tags: firefox, Mozilla, valgrind, Software, TBPL

iOS Dev: Essential performance tools list (finding Memory Leaks)

Vinay Mishra wrote 8 months ago: Once your iPhone/iPad application is done, it is good to check the possible memory leaks who could c … more →

Tags: IOS, iPhone, iPad, Xcode, memory management, Tools, Objectiove-C

Using IDisposable with Autofac

Per Dervall wrote 9 months ago: Using IDisposable with Autofac presents a few challenges and requires you to really think about life … more →

Tags: .NET, Autofac, Garbage collection, IDisposable, IoC

Excellent Explanation of PermGen Issues

digulla wrote 10 months ago: If you develop web apps, you have encountered java.lang.OutOfMemoryError: PermGen. Nikita Salnikov-t … more →

Tags: Software, Java, permgen, OutOfMemoryError

Taking out the trash

riaandp wrote 10 months ago: A while back I was tasked with expanding a code framework written in C++. At this point I was alread … more →

Tags: C#, memory management, object pointer

Windows Phone Update: Skype app updated to 1.2

marveloso wrote 11 months ago: The Windows Phone Skype app has been updated to version 1.2 and is now available in the Windows Phon … more →

Tags: Windows, Nokia, android, technology, Mobile, Windows Phone, usability issues

Quick ways to identify memory leaks

tg wrote 1 year ago: 1.Need to look at the javacore.txt, look for text ‘HeapFree’ 2.Look for 1STHEAPFREE    Bytes of Heap … more →

Tags: WebSphere, Java Memory, Garbage collection

Memory Leak within XmlSerializer

ipwright83 wrote 1 year ago: Within the product I work on we used XML based serialization for some of our classes, the original a … more →

Tags: xml, Serialization, C#

Automated test for memory leaks? (Part 2)

ddminson wrote 1 year ago: In my earlier post I discussed a not-so-optimal algorithm for identifying memory leaks within an app … more →

Tags: Unit Testing

Memory leaks with ARC6 comments

JR wrote 1 year ago: ARC (Automatic Reference Counting) is great, but it Cocoa doesn’t set it up for us on backgrou … more →

Tags: IOS, ios, ios memory leaks, ARC

How to find memory leaks with Instruments

JR wrote 1 year ago: I had a memory leak in my app and after hooking up my iPhone and running ‘Profile without building’ … more →

Tags: IOS, ios, iphone application development, Xcode, instruments, Leaks, ios memory leaks

Automated test for memory leaks? (Part 1)

ddminson wrote 1 year ago: If you’ve been there you’ll know what I’m talking about.  You’ve spent sicke … more →

Tags: Unit Testing


Related Tags
All →

Follow this tag via RSS