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
Is the string type stored on the heap or the stack?
Jun 11, 2019
.net
string
heap-memory
primitive-types
stack-memory
When is my struct too large?
Feb 27, 2019
swift
class
struct
heap-memory
stack-memory
Where does a value type-variable - which is returned by ref - live? Stack or heap?
Oct 28, 2022
c#
pass-by-reference
heap-memory
stack-memory
c#-7.2
When happens to value types when they're removed from a collection?
Mar 02, 2018
c#
.net
garbage-collection
heap-memory
stack-memory
is there a point in recycling value types unity
Mar 06, 2021
c#
unity3d
optimization
heap-memory
stack-memory
Where are ref value type parameters stored for asynchronous method calls in Microsoft's CLR?
Nov 01, 2022
.net
reference
heap-memory
stack-memory
value-type
Erlang: How to limit the memory assigned to a process
Nov 01, 2022
erlang
heap-memory
stack-memory
memory-limit
If an array is used as an element in struct (C#) , where is it stored?
Feb 06, 2018
c#
arrays
struct
heap-memory
stack-memory
In Java, is there a way to track if a variable, a method or a class created in Heap or Stack?
Jun 02, 2022
java
memory
heap-memory
stack-memory
How to develop on the stack with Nim?
Jun 11, 2022
memory-management
garbage-collection
nim-lang
stack-memory
Is it a bad idea to store large vectors in the stack?
Sep 03, 2022
c++
vector
heap-memory
stack-memory
stack-corruption
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
« Newer Entries
Older Entries »