Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

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

O* p = new O[5]; What does p point to?

C++ dynamic memory detail

How can I trust the behavior of C++ functions that declare const?

c++ memory-management