Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Python lists/dictionaries vs. numpy arrays: performance vs. memory control

Determining available memory on Android

Maximizing Java Heap Space

java memory-management

Is it safe to `free` memory if allocated via overloaded `new[]` that delegates to `malloc`?

Quiescent State Based Reclamation vs Epoch Based Reclamation

C# not releasing memory after task complete

Clearing the "cached" memory in /proc/meminfo without drop_caches

Contiguous memory guarantees with C++ function parameters

How can I track down memory peaks? (That's peaks with a p, not an l.)

Java Statics Primitives, Objects, Methods and the Heap (Memory Management & Best Practices)

Precise explanation of JavaScript <-> DOM circular reference issue

Descrip "top" command in Android

Allocate large blocks of contiguous memory - do or don't?

c++ memory-management

What is different functions: `malloc()` and `kmalloc()`?

When is a Full GC triggered?

Get address of allocated memory by pointer to a base class for non-polymorphic types

c++ c++11 memory-management

If I write operators new and delete for a class, do I have to write all of their overloads?

Get visual graph of heap memory usage in Java over a span of time

java memory-management

C# or C++ game: many 16 color images loaded into RAM. Efficient solution?

Lock-free check for modification of a global shared state in C using Cache-Line alignment