Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Are data members allocated in the same memory space as their objects in C++?

c++ memory-management

C++ dynamically allocated memory

c++ memory-management

Is delete p where p is a pointer to array always a memory leak?

c++ memory-management

Is encapsulating Strings as byte[] in order to save memory overkill ? (Java)

About C/C++ stack allocation

How many times do I release an allocated or retained object?

is it possible for avassetwriter to output to memory

private operator delete in c++

Using dismissModalViewControllerAnimated won't free any memory

Instantiating objects in shared memory C++

AES with CommonCrypto uses too much memory - Objective-C

DESTROY called in unexpected sequence

perl memory-management

Does JS always use two bytes per character to store strings?

Limiting thread memory access per thread in GHC

How to control the chunk size of `std::deque` when allocating a new chunk?