Search code examples
Scope of a pointer in memory...

cpointersmemoryheap-memorystack-memory

Read More
member variable of a class needs more memory: address changes?...

c++objectmemoryheap-memorystack-memory

Read More
How does GCC create an array on the stack without its size being given by a constant variable?...

c++gccheap-memorystack-memory

Read More
Is there any way to tell if a variable was optimized out?...

assemblymemoryfortranheap-memorystack-memory

Read More
Object creation on the stack/heap?...

c++initializationheap-memorystack-memory

Read More
Stack vs. Heap in Javascript? (Maximum call stack size exceeded)...

javascriptmemory-managementheap-memorystack-memory

Read More
Memory locations of classes (refers to Inside the C++ object model book)...

c++heap-memorystack-memory

Read More
Why are the terms "automatic" and "dynamic" preferred over the terms "stack...

c++heap-memorystack-memoryautomatic-storage

Read More
Where are ref value type parameters stored for asynchronous method calls in Microsoft's CLR?...

.netreferenceheap-memorystack-memoryvalue-type

Read More
When happens to value types when they're removed from a collection?...

c#.netgarbage-collectionheap-memorystack-memory

Read More
Garbage collection - root nodes...

garbage-collectionheap-memorystack-memory

Read More
Creating a static array on the heap?...

c++arraysstaticheap-memorystack-memory

Read More
C++ stack variables and heap variables...

c++objectheap-memorystack-memory

Read More
Do Java primitives go on the Stack or the Heap?...

javaheap-memorystack-memory

Read More
why would I forbid allocation in the heap?...

c++classmemory-managementheap-memorystack-memory

Read More
Hibernate - on the stack or on the heap?...

hibernatememoryheap-memorystack-memory

Read More
comparison of access performance of data in heap and stack...

performanceheap-memorystack-memory

Read More
Difference between stack memory and heap memory...

memorymallocheap-memorystack-memory

Read More
Does initialized java array go onto stack or heap?...

javaarraysheap-memorystack-memory

Read More
Address of Stack and Heap in C++...

c++heap-memorystack-memory

Read More
C++ memory management of reference types...

c++cmemory-managementheap-memorystack-memory

Read More
Interpreting App Verifier output: Heap corruption or misinterpreting stack address as heap address?...

winapimfcheap-memoryc-stringsstack-memory

Read More
Return vector from function without it being destroyed...

c++heap-memorystack-memory

Read More
Program stack and heap, how do they work?...

kernelheap-memorystack-memory

Read More
When object is constructed statically inside a function, would it be allocated on the heap or on the...

c++memory-managementheap-memorystack-memory

Read More
Windows assembly heap and stack?...

windowsassemblyheap-memorystack-memory

Read More
Basic Java Multi-Threading Question...

javamultithreadingheap-memorystack-memoryanonymous-class

Read More
Threading heap and stack...

.netmultithreadingmemory-managementheap-memorystack-memory

Read More
c# structs/classes stack/heap control?...

c#memory-managementheap-memorystack-memory

Read More
Returning a value type from a property...

c#propertiesheap-memorystack-memoryvalue-type

Read More
BackNext