Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Java Lambda performance vs declared Suppliers/Functions

Storing a large object in memory or only a pointer to it in C#?

why the memory fragmentation is less than 1 in Redis

What is the difference between literals and non-literals, other than the fact that non-literals go into the heap?

Where does malloc() allocate memory? Is it the data section or the heap section of the virtual address space of the process?

Does referencing array index creates a memory leak?

PowerShell throws a System.OutOfMemoryException on reading a large (50 MB) XML document

Memory Management of C++ on an Arduino Board

c++ memory-management

How much memory does an int take on Sun's 64-bit JVM?

Could a pointer be initialized by random address which is equal to 0?

Using smart pointers as a class member

Mongo DB High CPU Usage

java.lang.StackOverflowError while doing deep recursion with Java 1.6 and Windows 7 OS

Do pointers always lead to memory leak or they are deleted when they go out of scope?

Activities not destroyed by the system before out of memory on Galaxy Nexus

android memory-management

Dirty page accounting in Linux kernel through /proc/$PID/smaps

Why Win32 HeapReAlloc() changes values?