CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
stack-memory
08-22
Net
"Hello world" in x64 assembly for Windows - Shadow space / Stack alignment
08-02
Enterprise
Why does merging two sorted linked Lists work - since when we do l4=l4.next, l4 points to a differen
08-01
Back-end
Is the caller or callee responsible for freeing shadow store in x64 assembly (windows)?
07-28
Net
Popping from stack base
07-20
Back-end
Are stack-allocated arrays in C zero'd out by default in C?
06-13
Net
Can threads share their stacks? Or are they completely parallel to each other?
05-25
Blockchain
How come std::initializer_list is allowed to not specify size AND be stack allocated at the same?
05-20
database
Is this how the stack works? Intel X86 Assembly
05-13
database
"There is no need to deallocate the stack at the end of the function when the inner-stack frame
05-06
OS
not adding the stack bytes to the .exe file with MASM 5.0
04-08
Back-end
What happens to malloced data in a struct in C when it is assigned to another variable?
03-30
front end
GNU Assembly Language: How to understand the stack pointer in recursive function (factorial calculat
03-26
Software design
How are an Object's methods are used and stored
03-26
Blockchain
JAVA: How an Object's methods are used and stored
03-21
database
How is MacOS stack initialized at the start of the process?
03-02
Software engineering
Create struct array by a function C
02-11
database
Stack and heap misunderstanding in Swift
02-11
Net
Will an implicit stack switch occur when switching from compatibility mode to 64-bit mode at the sam
12-20
Software design
Nested loops in nasm
11-07
Enterprise
Why does my buffer have more memory allocated on the stack than I asked for?
10-27
Software design
Why adding one integer to a function does not cut recursion stack depth in half
10-26
Software engineering
how to build up a buffer overflow payload
10-22
Software design
Minimal implementation of a call stack on the heap in C
10-19
Mobile
Trying to understand contents of stack frame x86-64
10-18
Back-end
C: Is my understanding about the specifics of heap and stack allocation correct?
09-18
Software design
How does the stack differentiate between different number types?
Links:
CodePudding