Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Is there a realloc equivalent in C++?

c++ c memory-management

Opaque types allocatable on stack in C

R memory not released in Windows

r memory memory-management

Memory usage of a kernel module

Is explicitly clearing/zeroing sensitive variables after use sensible?

Modifying package gbm of R

c++ r memory-management

Extremely high rates of paging active memory to disk but low constant memory usage

How to find the real cause of memory warning and how to resolve in iOS app

Can an iOS application receive a memory warning in the background?

ios memory-management

Is it possible to clean memory after FileReader?

Large Object Heap and String Objects coming from a queue

Which is most cache friendly?

What type of address returned on applying ampersand to a variable or a data type in C/C++ or in any other such language?

std::unique_ptr<T[]> and custom allocator deleter

return large data by reference or as return in function?

php memory-management

How to get the physical address from the logical one in a Linux kernel module?

Why is memory fragmentation an issue on a 64-bit machine?

Efficient server-side JavaScript memory management in an express/node.js API

Difference between foo.setVisibility(View.GONE) and parent.removeView(foo)

Unit of retained heap in eclipse?