Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Will this C++ code cause a memory leak (casting array new)

How does automatic memory allocation actually work in C++?

How do I release a CGImageRef in iOS

Memory management for intentionally memory intensive applications

windows memory-management

Why does Android allocate more memory than needed when loading images

Why would an empty rails process have different memory footprint each time it starts up?

Spark Caching: RDD Only 8% cached

Unmapping or 'release' a MappedByteBuffer under Android

Freeing memory wrapped with NewDirectByteBuffer

How to allocate memory from specific region

c memory-management malloc

How do I lower the amount of memory IOKit reserves at process start up?

purgeIdleCellConnections only on slow connection

In C++, can new in one thread allocate the memory deleted by another thread?

Can a 32-bit program use more than 4GB of memory on a 64-bit OS?

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?