Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

C: Correctly freeing memory of a multi-dimensional array

Do uninitialized primitive instance variables use memory?

Create a wrapper function for malloc and free in C

What to choose between Slab and Slub Allocator in Linux Kernel?

With an NSArray of object references, do I explicitly release all objects in the array or just the array itself?

Swift delegation - when to use weak pointer on delegate

Is storing Graphics objects a good idea?

If `malloc(0)` returns a non-null pointer, can I pass that to `free`?

boost, shared ptr Vs weak ptr? Which to use when?

How to know whether enough memory is free to deploy a new application on a Linux machine?

Direct Memory Access in Linux

What is the memory usage overhead for a 64-bit application?

Shared Memory between two JVMs

java memory-management jvm

What is thrashing? Why does it occur?

when does Python allocate new memory for identical strings?

Delete unused variable's memory in java

java memory-management

How to intentionally delete a boost::shared_ptr?

How to get linux kernel page size programmatically

Why do I need to delete[]?

Any way to reserve but not commit memory in linux?