Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

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?

String vs char[]

Release memory in R

r memory-management

Memory Allocation Profiling in C++

Does every process have its own page table?

iOS memory allocation - how much memory can be used in an application?