Top "Memory" questions

Use this tag for memory management or issues in programming.

How to create an instance of System.IO.Stream stream

How to create an instance of System.IO.Stream stream. One of my function receives System.IO.Stream stream as …

c# memory stream
"register" keyword in C?

What does the register keyword do in C language? I have read that it is used for optimizing but is …

c memory keyword
java.lang.OutOfMemoryError: bitmap size exceeds VM budget - Android

I developed an application that uses lots of images on Android. The app runs once, fills the information on the …

android memory memory-leaks bitmap out-of-memory
What is the memory consumption of an object in Java?

Is the memory space consumed by one object with 100 attributes the same as that of 100 objects, with one attribute each? …

java memory footprint
How do I get total physical memory size using PowerShell without WMI?

I'm trying to get the physical memory size using PowerShell, but without using get-wmiobject. I have been using the following …

powershell memory byte wmi
How to read/write arbitrary bits in C/C++

Assuming I have a byte b with the binary value of 11111111 How do I for example read a 3 bit integer …

c++ c memory bit read-write
Allowed memory size of X bytes exhausted

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 13965430 bytes) PHPInfo shows that I have a memory_limit …

php memory memory-management out-of-memory memory-limit
Detect application heap size in Android

How do you programmatically detect the application heap size available to an Android app? I heard there's a function that …

android memory heap heap-memory
Using ini_set("memory_limit", "-1") and still out of memory

I'm processing an old database php array to a new database. The data .php files are in total around 220 MB …

php apache memory limit easyphp