Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Why so many applications allocate incredibly large amount of virtual memory while not using any of it?

What is the guaranteed lifecycle of -[NSString UTF8String]?

How to calculate (and specify) the total memory space allowed for java process?

java jvm memory-management

Make malloc() return NULL instead of crashing the program?

iPhone App crashes after switching, possibly due to UIImage imageNamed

How to analyse Dalvik GC behaviour?

Allocating aligned data (memalign) in Visual C++

Bad code on Apple sample code?

ios memory-management

How should I avoid this memory warning?

What allocating method to use for a high volume logger application?

How much memory is too much when caching objects in the Browser?

Working with lots of data and lots of rasters in R?

Custom allocation using boost singleton_pool slower than default

System hang after running javascript over night

Android: How much memory is my app using?

What data structures use 128MB of 1GB Linux kernel space?

Memory monitoring on Heroku

memory usage of ArrayList<Integer>

Can I new[], then cast the pointer, then delete[] safely with built-in types in C++?

Does Rust's memory management result in fragmented memory?

memory-management rust