Top "Heap-memory" questions

The heap is process memory set aside for dynamic allocation.

Does printf() allocate memory in C?

This simple method just creates an array of dynamic size n and initializes it with values 0 ... n-1. It contains a …

c printf malloc heap-memory format-string
Stack vs. Heap in .NET

In your actual programming experience, how did this knowledge of STACK and HEAP actually rescue you in real life? Any …

c# .net vb.net heap-memory stack-memory
Is heap memory per-process? (or) Common memory location shared by different processes?

Every process can use heap memory to store and share data within the process. We have a rule in programming …

c++ memory-leaks operating-system shared-memory heap-memory
Getting Java VisualVM data from the command line

I'll start off with saying that I have just about no experience with Java VisualVM. However, it contains the information …

cmd heap-memory jvisualvm
c# structs/classes stack/heap control?

so in c++ it's very easy. you want whatever class/struct to be allocated on the heap, use new. if …

c# memory-management heap-memory stack-memory
Address of Stack and Heap in C++

Correction: I messed up with the concept of pointer address and the address the pointer points to, so the following …

c++ heap-memory stack-memory
Array of ValueType in C# goes to Heap or Stack?

Possible Duplicate: (C#) Arrays, heap and stack and value types I am trying to study some differences between memory allocation …

c# heap-memory stack-memory
How can REST API pass large JSON?

I am building a REST API and facing this issue: How can REST API pass very large JSON? Basically, I …

rest heap-memory large-data
How to increase EsLint memory to avoid `JavaScript heap out of memory`?

I'm trying to run EsLint on a very large javascript file and the process is running out of memory. To …

javascript eslint heap-memory
What's the default heap size for IBM's J9VM?

I have IBM's J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3) installed. After getting an OOM, the size of the heap …

java heap-memory default j9