SpiceQA
Questions
Tags
Users
Badges
alloca
11 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
How does alloca() work on a memory level?
user_11770390
0
•
asked Oct 1, 2021
44
5
2329
variable-length-array
alloca
stack-frame
c
If I want a global VLA, could I use alloca() in the main function?
user_16217248
0
•
asked Jun 28, 2021
2
4
165
alloca
c
can we use alloca() or variable length array extentions in c++20 coroutines?
user_1739884
0
•
asked May 17, 2021
9
1
207
c++-coroutine
c++20
alloca
g++
c++
Why is alloca returning the same address twice?
user_15249333
0
•
asked Feb 24, 2021
3
3
184
alloca
allocation
arrays
c++
Strange assembly code for c alloca function with optimization disabled - gcc uses DIV and IMUL by a constant 16, and shifts?
user_15247629
0
•
asked Feb 20, 2021
2
1
87
compiler-optimization
alloca
x86
gcc
c
Run-Time Check Failure #4 - Stack area around _alloca memory reserved by this function is corrupted?
user_9140652
0
•
asked Sep 5, 2020
2
2
422
alloca
runtime-error
stack
c++
Why can I goto into the scope of a alloca:d variable, but not a variable length array?
user_746346
0
•
asked Jun 2, 2017
7
2
164
variable-length-array
alloca
language-lawyer
c
LLVM def-use for alloca values
user_5330629
0
•
asked Jun 1, 2017
3
0
94
alloca
llvm
Header alloca.h in Windows
user_684534
0
•
asked Jul 15, 2011
20
2
16300
alloca
gcc
visual-studio-2010
c
windows
Is alloca part of the C++ standard?
user_82570
0
•
asked Feb 23, 2010
18
2
5420
alloca
c++
1
(current)
2
Next
Next
Hot Questions