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 come std::initializer_list is allowed to not specify size AND be stack allocated at the same time?
Nov 21, 2025
c++
types
heap-memory
stack-memory
stdinitializerlist
why addresses of elements in the stack are reversed in ubuntu64?
Nov 21, 2025
c
assembly
x86-64
stack-memory
stack-frame
Integer and Integer Array storage on stack/heap
Nov 19, 2025
java
integer
heap-memory
stack-memory
getaddrinfo addrinfo result in stack or heap
Nov 19, 2025
c
network-programming
struct
heap-memory
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
memory allocation in Stack and Heap
Sep 04, 2025
c
memory-management
heap-memory
dynamic-allocation
stack-memory
Older Entries »