Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Per-thread memory management in C#

Heap corruption detection tool for C++

Is ThreadLocal allocated in TLAB?

C# Thread not releasing memory

Why doesn't the Objective-c runtime set dealloc'd object instances to nil?

Why some people don't check for NULL after calling malloc?

Get Position of a struct var AKA Offset of record field

Need advice for Memory usage in perl

perl memory-management

std string should crash but doesn't

Why Can I Trust Memory Allocation?

Why am I seeing different behavior between arrays allocated on the heap and the stack?

C++: Do static primitives become invalid at program exit?

Region based memory management

How do you manage releasing an object created in an instance method on iPhone without autorelease?

Memory management - C# VS Objective C?

Stack and heap in c sharp [duplicate]

java.util.concurrent code review

Why does my object still work after countless releases?

C#: What data types require NEW to allocate memory?

How does C++ handle cleanup of pointers passed as arguments?