StackOverflow Questions for Tag: alloca

CPlus
CPlus

Reputation: 4848

If I want a global VLA, could I use alloca() in the main function?

Score: 2

Views: 387

Answers: 4

Read More
hany erfan
hany erfan

Reputation: 95

How to get data stored in memory pointed to by an llvm pointer

Score: 0

Views: 276

Answers: 0

Read More
KMG
KMG

Reputation: 1501

calling alloca( ) from another function call parameter?

Score: 0

Views: 280

Answers: 1

Read More
Rajan Deshmukh
Rajan Deshmukh

Reputation: 11

Please give me the clarity on this

Score: 1

Views: 59

Answers: 3

Read More
Joshua Pasa
Joshua Pasa

Reputation: 97

Why is alloca returning the same address twice?

Score: 3

Views: 311

Answers: 3

Read More
Explorer
Explorer

Reputation: 23

Strange assembly code for c alloca function with optimization disabled - gcc uses DIV and IMUL by a constant 16, and shifts?

Score: 2

Views: 123

Answers: 1

Read More
Alexander Solovets
Alexander Solovets

Reputation: 2507

Is it a good practice to hide structure definition in C?

Score: 9

Views: 268

Answers: 2

Read More
mrzacek mrzacek
mrzacek mrzacek

Reputation: 428

Performance of alloca

Score: 0

Views: 738

Answers: 2

Read More
Osama Ahmad
Osama Ahmad

Reputation: 2096

Run-Time Check Failure #4 - Stack area around _alloca memory reserved by this function is corrupted?

Score: 2

Views: 764

Answers: 2

Read More
Maciek Godek
Maciek Godek

Reputation: 194

Is there a way to explicitly manipulate variable data on stack in GNU C?

Score: -1

Views: 98

Answers: 1

Read More
Ronen
Ronen

Reputation: 40

Trying to understand the Assembly implementation of the alloca() function on x86

Score: 1

Views: 306

Answers: 1

Read More
Steven
Steven

Reputation: 720

Lifetime of temporary with assignment operator to check and align alloca()

Score: 0

Views: 108

Answers: 1

Read More
Chris Elrod
Chris Elrod

Reputation: 349

How to tell LLVM that it can optimize away stores?

Score: 7

Views: 524

Answers: 1

Read More
user3340372
user3340372

Reputation:

C usage of malloc inside a function

Score: 1

Views: 2790

Answers: 4

Read More
Aamir
Aamir

Reputation: 493

Declaring memory on stack overwrites previously declared memory

Score: 1

Views: 114

Answers: 2

Read More
l k
l k

Reputation: 157

Constructing a function pointer to alloca causes linker errors?

Score: 4

Views: 955

Answers: 3

Read More
kutuzof
kutuzof

Reputation: 660

Does alloca() return memory if an exception is thrown?

Score: 0

Views: 304

Answers: 3

Read More
AnArrayOfFunctions
AnArrayOfFunctions

Reputation: 3754

How to return VLA with size varying on each function instance?

Score: 2

Views: 255

Answers: 3

Read More
sshashank124
sshashank124

Reputation: 32197

alloca instead of local variable in alsa

Score: 0

Views: 236

Answers: 1

Read More
jfMR
jfMR

Reputation: 24788

Understanding GCC's alloca() alignment and seemingly missed optimization

Score: 3

Views: 1973

Answers: 2

Read More
PreviousPage 2Next