Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

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

Fastest way to sort huge (50-100 GB) files when you have enough memory

Why does everyone use 2^n numbers for allocation? -> new StringBuilder(256)

c# memory-management size

UITableViewCell object deinit never called

Why is a function executed from the same memory address each time?

Qt destructor call for closed widget

Freeing memory allocated with newCString

Can the Linux kernel use pageable (swappable) memory for its own buffers?

Using a custom allocator in std::string to re-use an already allocated char buffer

Java mmap fails on Android with "mmap failed: ENOMEM (Out of memory)"

Is it a good practice to free memory via a pointer-to-const