Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Memory allocation stack

Must I free a BSTR (WideString) allocated with SysAllocString?

How to develop on the stack with Nim?

what is uninitialized data in pytorch.empty function

is it required to call a non-trivial destructor when it is a noop?

Array base address is changing when declared inside loop

Do methods affect the size of my objects?

Which iPhone OS memory management rules and how-to's do you know?

Troubleshooting ERROR_NOT_ENOUGH_MEMORY

Does new() allocate memory for the functions of a class also?

Should non-QObject derived classes "always" be put on the stack?

Android: Bitmaps, SoftReferences, and OOMs?

Visual Studio 2010 C++: Get size of memory block allocated by malloc

zlib memory usage / performance. With 500kb of data

What happens if I didn't call delete operator after allocating data using new and ending program?

Properly Overloading new/delete new[]/delete[]

c++ memory-management

memory allocation for string and array of char

c string memory-management

difference between two array declaration methods c++

Tune Java GC, so that it would immediately throw OOME, rather than slow down indeterminately

2D Matrix allocation on heap in c++