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
Where in memory are objects located when they are created within a static block?
Jul 10, 2022
java
object
heap-memory
stack-memory
static-block
Ownership tracking in Rust: Difference between Box<T> (heap) and T (stack)
Oct 30, 2022
dynamic
rust
heap-memory
stack-memory
memory-safety
Why can't you free variables on the stack?
Jul 22, 2021
c++
c
memory
heap-memory
stack-memory
Is it possible to force JVM to create an object in stack other than heap?
May 03, 2022
java
jvm
heap-memory
stack-memory
How to Convert beween Stack and Heap Objects
Oct 28, 2022
c++
heap-memory
stack-memory
Is it on the Stack or Heap?
Oct 14, 2022
c
heap-memory
stack-memory
Return a large struct object by value or pointer to dynamic allocation on C++ [duplicate]
Nov 06, 2022
c++
memory-management
heap-memory
stack-memory
c++ heap or stack allocation?
Sep 12, 2018
c++
memory
heap-memory
stack-memory
why would I forbid allocation in the heap?
Nov 03, 2022
c++
class
memory-management
heap-memory
stack-memory
Why is allocating heap-memory much faster than allocating stack-memory?
Mar 21, 2022
c++
performance
heap-memory
stack-memory
Stack and heap in PHP?
Sep 28, 2022
php
heap-memory
stack-memory
dynamic-languages
Where are multiple stacks and heaps put in virtual memory?
Jun 19, 2022
operating-system
heap-memory
virtual-memory
stack-memory
Relation between endianness and stack-growth direction
Feb 28, 2022
cpu-architecture
endianness
callstack
stack-memory
Return vector from function without it being destroyed
Aug 20, 2019
c++
heap-memory
stack-memory
What is the "standard" size of the stack and the heap in a C program?
Feb 06, 2022
c
heap-memory
stack-memory
Hinnant's stack allocator and exceptions
Jul 01, 2022
c++
exception
heap-memory
allocation
stack-memory
Is there a best practice when a type should be boxed?
Sep 26, 2022
rust
heap-memory
memcpy
boxing
stack-memory
What is the best practice when a Fortran function returns an array?
Oct 28, 2022
arrays
function
fortran
heap-memory
stack-memory
Array as template parameter: stack or heap?
Jun 01, 2022
c++
arrays
templates
heap-memory
stack-memory
« Newer Entries
Older Entries »