Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Convert from System.Address to Integer in Ada

Do browsers always treat strings and numbers in Javascript as immutable?

Can a block of memory be partially freed?

Memory optimization / Interning in python

C++ Memory allocation with operator new: What are the methods of detecting and processing allocation errors?

How does memory allocation work in python in this case?

Should I release the NSError object of NSFileManager's copyItemAtPath:toPath:error:?

returning autorelease NSString still causes memory leaks

Does NSValue free its value when freed?

Understanding strings as pointers in C++

Will -replaceObjectAtIndex:withObject: of NSMutableArray release the old object that's replaced by a new one?

Should I always call Release on COM pointers when my program terminates?

creating an autorelease pool and draining it in a different context

Is it required to explicitly construct each member of a char array?

Custom free function doesn't release memory completely, Valgrind reports 'still reachable'

ARM Memory Remapping

Installing Memory Sanitizer and Leak Sanitizer into clang compiler