Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

delete a NULL pointer does not call overloaded delete when destructor is written

How do you store an arbitrarily large integer value in memory?

How to identify default Java heapsize in Windows

Is it safe to use STL (TR1) shared_ptr's between modules (exes and dlls)

Where is the List<MyClass> object buffer maintained? Is it on RAM or HDD?

c# .net list memory-management

Why exactly is calling the destructor for the second time undefined behavior in C++?

Do unclosed streams cause memory leaks in java?

How do i free objects in C#

Is memory released when a destructor is called or when `delete` is called?

How to Free an Interface Object (Delphi 7)

SetProcessWorkingSetSize - What's the catch?

delphi memory-management

What is the philosophy of managing memory in C++? [closed]

c++ memory-management

Why are new()/delete() slower than malloc()/free()?

Android memory allocation

android memory-management

Is Foo* f = new Foo good C++ code

Does new always allocate on the heap in C++ / C# / Java

why pointer to pointer is needed to allocate memory in function

Is it necessary to multiply by sizeof( char ) when manipulating memory?

C++: Return std::string reference from stack memory