Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Lazy Loading in Objective-C - Should I call the setter from within the getter?

How to detect memory leak

In C++11, how can I call new and reserve enough memory for the object?

c++ memory-management c++11

using unallocated memory without error?

Remove a variable memory

STL custom allocators to manage different memory spaces

c++ stl memory-management

questions about memory pool

C++ is it necessary to delete dynamically allocated objects at the end of the main scope?

Understanding the memory content of a union

How to avoid the "swapping of death" during development?

How to free pointer's space in memory?

C++: Is it ever absolutely necessary to allocate memory manually?

Class members and member functions memory location

Why does this create a memory leak (iPhone)?

Memory management patterns in C++

Are std::vector elements contiguous in physical memory?

Proper vector memory management

C++ memory management of reference types

Dynamic memory allocation for 3D array [duplicate]

Are memory leaks possible in managed environments like .NET?