Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Action/Lambda Expression Memory Management Question

C allocated pointers? What's this?

bss segment in C

Is there any benefit to use multiple heaps for memory management purposes?

Object size difference in 32 bit and 64 bit systems in Java

Stack Allocation in C

c memory memory-management

Obj-C __block variable retain behavior

C# : the close method of Xml.Load(file)

Destroy vs Deallocate

c++ 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?