Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

C++: auto_ptr + forward declaration?

Danger of C# Substring method?

What is fadvise/madvise equivalent on windows?

What's the purpose of having a separate "operator new[]"?

c++ memory-management

Why does my Delphi program's memory continue to grow?

Memory Allocation Exception in Constructor

c++ memory-management

UIImage size returned from 'requestImageForAsset' is not even close to the 'targetSize' setting

Why call Dispose()? Memory leak won't occur?

When building classes in coffeescript, is there ever a reason to not use the fat arrow for the instance methods?

Why can't we declare an array, say of int data type, of any size within the memory limit?

c++ c arrays memory-management

EXC_BAD_ACCESS when trying to create a new NSDictionary

Weak NSString variable is not nil after setting the only strong reference to nil

What if new fails?

java memory-management

Are some allocators lazy?

Does list.count physically iterate through the list to count it, or does it keep a pointer

Fixed Statement in C#

Why malloc memory in a function and free it outside is a bad idea?

c memory-management malloc

Is garbage collection detrimental to the performance of this type of program

iOS: helpfulness of didReceiveMemoryWarning:

Are Python docstrings and comments stored in memory when a module is loaded?