Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

mmap(): resetting old memory to a zero'd non-resident state

How to overcome memory constraints using foreach

Best way to allocate large memory

Why memory warnings with 4 MB utilization and 320 MB free?

What is difference between __va() and phys_to_virt()?

cuda - Zero-copy memory, memory-mapped file

Avoid creating new arrays as results for numpy/scipy operations?

How do I directly access reserved memory with a kernel module?

numpy.ndarray objects not garbage collected

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?

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