Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in stack-memory
Stack vs Heap in C/Java
Sep 21, 2025
java
c
heap-memory
stack-memory
How are arrays stored on the stack?
Sep 18, 2025
arrays
c
heap-memory
stack-memory
How the local variable stored in stack
Sep 15, 2025
c
linux
stack
stack-memory
How many bytes does the push instruction push onto the stack when I don't specify the operand size?
Sep 11, 2025
assembly
x86
stack
stack-memory
stack-pointer
Why does Go use less memory for a slice of length 100k, than for an array of length 100k?
Sep 07, 2025
arrays
go
heap-memory
stack-memory
Does the red zone still exist even if we use the -mno-red-zone flag in gcc?
Sep 07, 2025
c
x86-64
stack-memory
abi
red-zone
In Ruby, what is stored on the stack?
Sep 08, 2025
ruby
variables
memory
heap-memory
stack-memory
If I declare a class instance on the heap are all its members going to be on the heap as well?
Sep 07, 2025
c++
object
memory
heap-memory
stack-memory
Understanding Stack, Heap and Memory Management
Mar 18, 2023
c++
pointers
memory-management
heap-memory
stack-memory
Can a “PUSH” instruction's operation be performed using other instructions?
Mar 05, 2023
assembly
x86
nasm
stack-memory
instruction-set
What happens when you assign reference of local variable inside method to public static variable
Feb 21, 2023
c#
static
heap-memory
stack-memory
GCC inline assembly with stack operation
Jan 05, 2023
assembly
gcc
x86
inline-assembly
stack-memory
What are the x86 instructions that affect ESP as a side effect?
Dec 26, 2022
assembly
x86
stack-memory
stack-pointer
Is the stack in memory actually a stack?
Dec 23, 2022
memory
heap-memory
terminology
stack-memory
Stack and heap in c sharp [duplicate]
Dec 05, 2022
c#
memory
memory-management
heap-memory
stack-memory
Android memory test
Nov 28, 2022
android
memory
heap-memory
stack-memory
Beginning of stack on Linux
Jul 19, 2021
c
linux
memory
stack-memory
aslr
OpenMP: poor performance of heap arrays (stack arrays work fine)
Aug 27, 2020
multithreading
performance
openmp
heap-memory
stack-memory
Are there stackless or heapless implementation of C++?
Nov 01, 2022
c++
standards
heap-memory
stack-memory
stackless
memory allocation in Stack and Heap
Sep 04, 2025
c
memory-management
heap-memory
dynamic-allocation
stack-memory
Older Entries »