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
How to create dangling pointer (in stack or heap) in python
Oct 31, 2025
python
python-3.x
pointers
heap-memory
stack-memory
Where is Heap and Stack on Physical Memory? [closed]
Oct 30, 2025
c++
memory
heap-memory
stack-memory
Array initialization without the keyword "new"
Oct 26, 2025
c#
arrays
heap-memory
stack-memory
Does my C++ variable live on the stack or the heap?
Oct 25, 2025
c++
heap-memory
stack-memory
Get the size of heap and stack per process in Linux
Oct 22, 2025
c
linux
heap-memory
stack-memory
C++ When to allocate on heap vs stack?
Oct 22, 2025
c++
memory-management
heap-memory
stack-memory
How is heap and stack memories mananged, implemented, allocated [duplicate]
Oct 20, 2025
c++
c
memory-management
heap-memory
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
memory allocation in Stack and Heap
Sep 04, 2025
c
memory-management
heap-memory
dynamic-allocation
stack-memory
Older Entries »