Search code examples
How do I properly create a heap allocated int and pass it to another function for modification...


rustheap-memorystack-memory

Read More
storage allocation at opening brace of scope in c++?...


c++assemblystack-memory

Read More
how variables are stored on stack?...


c#heap-memorystack-memory

Read More
C# - Garbage Collection...


c#heap-memorystack-memory

Read More
When vectors are allocated, do they use memory on the heap or the stack?...


c++vectorstlheap-memorystack-memory

Read More
Are stack and heap memory actually implemented as stack and heap data structures?...


data-structuresstackheapheap-memorystack-memory

Read More
Why are there empty spaces among stack memory allocated in C?...


cstack-memorystatic-memory-allocation

Read More
What happens to a variable after it goes out of scope of a loop or a condition or a case?...


gomemory-managementgarbage-collectionheap-memorystack-memory

Read More
Other areas of memory (besides stack and heap)?...


memory-managementheap-memorystack-memory

Read More
Why does the x86-64 / AMD64 System V ABI mandate a 16 byte stack alignment?...


assemblyx86-64memory-alignmentstack-memoryabi

Read More
What is an assembly-level representation of pushl/popl %esp?...


assemblyx86stack-memoryinstruction-setstack-pointer

Read More
Question about Context Switching in xv6 OS x86...


operating-systemkernelvirtual-memorystack-memorycontext-switch

Read More
Could a callee directly access a stack variable in the caller without pointers in theory?...


assemblylocal-variablescalling-conventionstack-memorynested-function

Read More
C/C++ maximum stack size of program on mainstream OSes...


c++coperating-systemstack-memory

Read More
C function local variable does not get freed after function execution...


cstack-memory

Read More
Where are values stored in memory in dart?...


dartmemorymemory-managementheap-memorystack-memory

Read More
Is -fstack-usage wrong for leaf functions?...


cgccstack-memory

Read More
Not adding the stack bytes to the .EXE file with MASM 5.0...


assemblydosx86-16masmstack-memory

Read More
RET x versus ADD RSP, x in x86-64 assembly...


assemblyx86-64stack-memoryabimasm64

Read More
Why does calling a function in a different order cause a segmentation fault in C?...


cstack-memorystatic-memory-allocation

Read More
If a struct has a Vector field, does it get allocated on the heap?...


rustheap-memorystack-memory

Read More
Why is there no `mov %rsp, %rbp` in function prologue?...


c++assemblyx86-64stack-memory

Read More
Difference in x86-32 and x64 Assembly stack allocation for a fixed-size buffer with unoptimized C (G...


cassemblyx86-64buffer-overflowstack-memory

Read More
Is string.c_str() deallocation necessary?...


c++stringmemory-managementheap-memorystack-memory

Read More
Is accessing data in the heap faster than from the stack?...


c++cperformanceheap-memorystack-memory

Read More
C++ Heap: Assigning a pointer of a queue...


c++memoryheap-memorystack-memory

Read More
What is the RUST equivalent of following C code?...


crustborrow-checkerstack-memorystack-pointer

Read More
Implicit versus Explicit cast with parenthesis wrapper...


c#castingheap-memoryimplicit-conversionstack-memory

Read More
Stack vs heap allocation of structs in Go, and how they relate to garbage collection...


goheap-memorystack-memory

Read More
Why is GCC pushing an extra return address on the stack?...


assemblygccx86memory-alignmentstack-memory

Read More
BackNext