Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

What is a good metaphor for c memory management? [closed]

c memory-management

For a 64 bit OS, is memory leakage still relevant?

std::set for each element in an array

Memory allocation - How 15 GB can be equal to 2GB?

C++ Initialization list and memory alloc

c++ Why is memory allocated when passing a string literal to a function?

Does malloc/new return memory blocks from Cache or RAM?

c++ c memory memory-management

C++: Validate a pointer? [duplicate]

What is the difference between alloc, retain and copy

Xcode Instruments - Enable NSZombie Detection? Where is it?

How to detect stuff that has not been released properly

Is there a reason to always use Objects instead of primitives?

Does this type of memory get allocated on the heap or the stack?

Using malloc instead of new, and calling the copy constructor when the object is created

automatic/static memory allocation

Am I correctly interning my Strings?

java memory-management

Does push_back() always increase a vector's size?

In C++, any general guidelines for handling memory allocation/deletion?

What could this curious combination of "while" and "delete" mean?

Seg fault after is item pushed onto STL container