StackOverflow Questions for Tag: stack-memory

Danilo
Danilo

Reputation: 1040

Can we use memory address difference to see where an object is initialized?

Score: 1

Views: 118

Answers: 3

Read More
Pranit Kothari
Pranit Kothari

Reputation: 9839

Why gcc -O0 allocating extra space for local variable (16 instead of 8 bytes)?

Score: 8

Views: 1688

Answers: 3

Read More
Nalan PandiKumar
Nalan PandiKumar

Reputation: 358

Why rsp is subracted with 4096 bytes (page size)?

Score: 2

Views: 72

Answers: 0

Read More
morowinder
morowinder

Reputation: 513

When is array allocated on stack in C#?

Score: 38

Views: 24680

Answers: 3

Read More
Stephen Jacob
Stephen Jacob

Reputation: 901

Amount of Heap & Stack on a PC

Score: 0

Views: 108

Answers: 2

Read More
Rich Gg
Rich Gg

Reputation: 53

Is arr in stack or heap?

Score: 2

Views: 131

Answers: 1

Read More
user3163495
user3163495

Reputation: 3672

Are local variables always volatile?

Score: 0

Views: 56

Answers: 0

Read More
user8315006
user8315006

Reputation:

How many bytes does the push instruction push onto the stack when I don't specify the operand size?

Score: 26

Views: 30517

Answers: 2

Read More
user241924
user241924

Reputation: 4438

Is a Java array of primitives stored in stack or heap?

Score: 104

Views: 54933

Answers: 7

Read More
MaryLitv21
MaryLitv21

Reputation: 448

Stack and heap misunderstanding in Swift

Score: 15

Views: 3187

Answers: 2

Read More
Null User
Null User

Reputation: 348

Do all programs need to have a stack and a heap?

Score: 3

Views: 843

Answers: 2

Read More
user25858014
user25858014

Reputation:

(ARM assembly) how to address elements on the stack relative to the sp

Score: -1

Views: 62

Answers: 1

Read More
Chethan
Chethan

Reputation: 933

What's the equivalent of BP register ( Frame Pointer ) on ARM processors?

Score: 9

Views: 11645

Answers: 1

Read More
Joseph Garvin
Joseph Garvin

Reputation: 21974

How do Haskell compilers decide whether to allocate on the heap or the stack?

Score: 32

Views: 6341

Answers: 2

Read More
omnit
omnit

Reputation: 13

Why can the stack collide with the heap if they are located in a virtual space that is very large in size?

Score: 1

Views: 104

Answers: 4

Read More
Jonas
Jonas

Reputation: 11

Understanding Stack Frames and Stack Layout in Function Calls on x86 Systems

Score: 1

Views: 374

Answers: 1

Read More
conectionist
conectionist

Reputation: 2934

Is accessing data in the heap faster than from the stack?

Score: 116

Views: 94661

Answers: 8

Read More
anon
anon

Reputation: 42687

Can a C++ class determine whether it's on the stack or heap?

Score: 47

Views: 22207

Answers: 17

Read More
kavi castelo
kavi castelo

Reputation: 100

Assembly x64: Issue with Function Calls and Stack Alignment in Assembler-Disassembler Tool on Windows

Score: 1

Views: 82

Answers: 0

Read More
caarlos0
caarlos0

Reputation: 20643

Heap vs Stack vs Perm Space

Score: 43

Views: 25385

Answers: 3

Read More
PreviousPage 1Next