Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

What's the difference between takeUnretainedValue and takeRetainedValue?

c free() function question [duplicate]

Clarification on when to release pointers after allocating

Difference between two methods of creating of 2d array

c++ memory-management

Clear the memory after returning a vector in a function

What happens in this C++ code? [duplicate]

Relationship between alignment of class fields and alignment of object instances in C++?

OS memory allocation addresses

Strong references and UIView memory issues

Maximum number of page faults a read instruction can cause?

Catch double free and handle it properly

c++ memory-management crash

Allocatable arrays performance

Understanding /proc/sys/vm/lowmem_reserve_ratio

Language choice for small memory footprint

Why does Rust std::alloc allocate with larger than expected gaps?

Using a concurrent hashmap to reduce memory usage with threadpool?

Why don't vectors need to be manually freed?