StackOverflow Questions for Tag: stack-allocation

Henry
Henry

Reputation: 587

Managing the Lifecycle of re2::RE2 Objects with Cached and Stack-Allocated Options

Score: 1

Views: 50

Answers: 1

Read More
Szabolcs
Szabolcs

Reputation: 25703

C++ replacement for C99 VLAs (goal: preserve performance)

Score: 38

Views: 3234

Answers: 3

Read More
Aux Reves
Aux Reves

Reputation: 11

About reusing parent process' stack in child processes

Score: 1

Views: 34

Answers: 1

Read More
RBF06
RBF06

Reputation: 2419

Do moves in rust always copy the stack allocation?

Score: 1

Views: 122

Answers: 0

Read More
Louis Caron
Louis Caron

Reputation: 1350

Is there a way for force gcc to free the space from the stack when variables go out of scope

Score: 7

Views: 329

Answers: 1

Read More
Nick
Nick

Reputation: 11

C++ Create a class instance and pointer to it in one line

Score: 0

Views: 608

Answers: 1

Read More
himynameisjm
himynameisjm

Reputation: 55

Problems that may arise when initializing arrays on stack inside a function scope with an N size_t parameter?

Score: 0

Views: 83

Answers: 2

Read More
Pasan
Pasan

Reputation: 1

Factory pattern for stack allocated objects in c++

Score: 0

Views: 29

Answers: 0

Read More
dronus
dronus

Reputation: 11282

Variable-length std::array like

Score: 30

Views: 36933

Answers: 3

Read More
Shankha057
Shankha057

Reputation: 1369

What does an out-of-line call mean?

Score: 1

Views: 128

Answers: 0

Read More
glades
glades

Reputation: 4948

realloc stack allocated char (*)[n]

Score: 0

Views: 36

Answers: 0

Read More
einpoklum
einpoklum

Reputation: 132350

How can I replace an std::string member with a non-heap limited-size string?

Score: 1

Views: 248

Answers: 2

Read More
Bots Fab
Bots Fab

Reputation: 199

How can I load all entries of a Vec<T> of arbitrary length onto the stack?

Score: -2

Views: 253

Answers: 1

Read More
Mathieu Van Nevel
Mathieu Van Nevel

Reputation: 1486

Marshal size const array

Score: -1

Views: 769

Answers: 1

Read More
Olle Härstedt
Olle Härstedt

Reputation: 4020

How come the stack cannot be increased during runtime in most operating system?

Score: 4

Views: 267

Answers: 2

Read More
user23573
user23573

Reputation: 2579

How can I compel the MSVC compiler to elide stack-allocation of large temporary objects?

Score: 4

Views: 311

Answers: 1

Read More
cmasterisk
cmasterisk

Reputation: 3

Class type for stack allocation. Why the address for both ID instances are the same?

Score: 0

Views: 45

Answers: 1

Read More
PluginPenguin
PluginPenguin

Reputation: 1950

Does a stack allocation through _malloca trigger an alloc hook set through _CrtSetAllocHook

Score: 1

Views: 178

Answers: 0

Read More
bboyle1234
bboyle1234

Reputation: 5009

Allocation-free enumeration and processing

Score: 0

Views: 416

Answers: 1

Read More
Dr. Gut
Dr. Gut

Reputation: 2866

Why is stack memory allocated when it is not used?

Score: 14

Views: 544

Answers: 1

Read More
PreviousPage 1Next