Search code examples
What happens when I access a pointer when it's stored in a vector which is on the stack?...

c++pointersheap-memorystack-memory

Read More
Force GCC to push arguments on the stack before calling function (using PUSH instruction)...

gccx86argumentsinline-assemblystack-memory

Read More
Why Is GCC Using Mov Instead Of Push In Function Calls?...

cassemblygccx86-64stack-memory

Read More
How can I see Objects Inside Heap & Stack in C#.Net...

c#.netheap-memorystack-memory

Read More
Size of stack and heap memory...

cmemory-managementheap-memorystack-memory

Read More
Rationale for global variables stored in "data section" instead of stack?...

staticglobal-variablescpu-architecturestack-memory

Read More
Segmentation fault when popping x86 stack to access function arg...

cassemblyx86nasmstack-memory

Read More
C# clarification on how heap and stack work, including argument pass by reference and value...

c#memoryheap-memorydeclarationstack-memory

Read More
Why does merging two sorted linked Lists work - since when we do l4=l4.next, l4 points to a differen...

c#linked-listheap-memorystack-memory

Read More
Is the caller or callee responsible for freeing shadow store in x64 assembly (windows)?...

windowsassemblyx86-64calling-conventionstack-memory

Read More
C++ stack overflow error, even though i use a pointer array...

c++heap-memoryoverflowquicksortstack-memory

Read More
Popping from stack base...

assemblynasmx86-16stack-memory

Read More
Should we store long strings on stack in assembly?...

stringassemblyx86nasmstack-memory

Read More
Are stack-allocated arrays in C zero'd out by default in C?...

cmemorystack-memory

Read More
Creating array of objects on the stack and heap...

c++arraysobjectheap-memorystack-memory

Read More
Is the stack pre-allocated in a process?...

clinuxassemblyx86-64stack-memory

Read More
How to allocate arrays on the stack for performance gains?...

c#arraysperformanceheap-memorystack-memory

Read More
Why is it better to use the ebp than the esp register to locate parameters on the stack?...

assemblyx86cpu-architecturestack-memorystack-frame

Read More
Creating object on stack, from a class with dynamic members...

c++storageheap-memorystack-memory

Read More
Is there a way to use popa/pusha without SP? (for procedures with BP)...

assemblyx86-16stack-memorystack-frameframe-pointer

Read More
How come std::initializer_list is allowed to not specify size AND be stack allocated at the same tim...

c++typesheap-memorystack-memorystdinitializerlist

Read More
Can threads share their stacks? Or are they completely parallel to each other?...

multithreadingheap-memorystack-memory

Read More
"There is no need to deallocate the stack at the end of the function when the inner-stack frame...

assemblyx86-64stack-memorystack-framered-zone

Read More
nasm Intel: Access items in the stack without using pop...

assemblyx86stacknasmstack-memory

Read More
How are an object's instance methods used and stored?...

javaclasslinked-listheap-memorystack-memory

Read More
What happens to malloced data in a struct in C when it is assigned to another variable?...

cstructmallocheap-memorystack-memory

Read More
x86 where stack pointer points?...

assemblyx86stackstack-memorystack-pointer

Read More
how to use gdb to explore the stack/heap?...

cdebugginggdbheap-memorystack-memory

Read More
Assembly: Why there is an empty memory on stack?...

c++assemblygccx86-64stack-memory

Read More
GNU Assembly Language: How to understand the stack pointer in recursive function (factorial calculat...

assemblyx86stackstack-memory

Read More
BackNext