Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Memory issue when working with large array of UIImage

Why do we need to use folly::fbvector instead of std::vector with allocator which reserve large uncommited area initially?

EC2 CloudWatch memory metrics don't match what Top shows

when to free a closure's memory in a lisp interpreter

Preallocate memory for dynamic data structure

c++ c memory memory-management

How to detect the memory allocations that are triggering garbage collection in JavaScript?

SQL Server: force cleanup of deallocated internal objects in tempdb to release disk space reserved for them within an opened session

Physical memory usage keeps increasing for Spark application on YARN

How zero-fill-on demand is implemented in Linux kernel, and where I can disable it?

When are method local .NET objects eligible for GC?

InitiatingHeapOccupancyPercent is set to 40 yet old gen memory going beyond 60 percent in G1GC

java memory-management g1gc

Does Linux keep the kernel stack for zombie processes?

Is it possible to allocatate uninialized array in a way that does not result in UB?

iPhone dev - why is it using 8MB?

memory-management iphone

Is memory allocation in linux non-blocking?

What is the significance of caddr_t and when is it used?

c linux memory-management

std::string implementation in GCC and its memory overhead for short strings

What is the most memory-efficient way of downscaling images on iOS?

Why is malloc 7x slower than new for Intel's icc?

Unexpected Heap Dumps for Hello World Android APP