StackOverflow Questions for Tag: dynamic-memory-allocation

Dr. Debasish Jana
Dr. Debasish Jana

Reputation: 7128

Bucket count in unordered_map

Score: 2

Views: 7456

Answers: 3

Read More
zweihander
zweihander

Reputation: 6305

Pimpl idiom without using dynamic memory allocation

Score: 36

Views: 9340

Answers: 7

Read More
Shahab
Shahab

Reputation: 11

What is the causing my buffer to overrun?

Score: 1

Views: 11

Answers: 0

Read More
Mohamed Elhaware
Mohamed Elhaware

Reputation: 1

how to make a linked list with template

Score: -1

Views: 47

Answers: 1

Read More
keshika sathsara
keshika sathsara

Reputation: 1

valgrind tests failed in speller cs50?

Score: 0

Views: 26

Answers: 0

Read More
Rimso
Rimso

Reputation: 33

std::string concatenation in C++

Score: 3

Views: 125

Answers: 2

Read More
AVINASH BHARTI
AVINASH BHARTI

Reputation: 9

Why the structure pointer "p" in the following code is not updating with the "temp" value assigned to it?

Score: 0

Views: 96

Answers: 1

Read More
Kosmo零
Kosmo零

Reputation: 4151

Does c++ realloc function applies delete operation for old data block if moving data to different block?

Score: 1

Views: 2126

Answers: 4

Read More
pasignature
pasignature

Reputation: 585

How do you easily differentiate the use of * as a pointer, * as a de-reference operator, * as a multiplication operator in C?

Score: 1

Views: 722

Answers: 1

Read More
Paul Heuts
Paul Heuts

Reputation: 11

Arduino ESP32 Guru Meditation Error / stack overflow

Score: 0

Views: 156

Answers: 1

Read More
merlin
merlin

Reputation: 3

malloc & free in C with multidimensional arrays in C; Whats wrong with the code

Score: 0

Views: 123

Answers: 2

Read More
Lousifr Illuminos
Lousifr Illuminos

Reputation: 1

TLSF Allocator for #![no_std] environment

Score: 0

Views: 89

Answers: 0

Read More
Jennie
Jennie

Reputation: 35

Does malloc assign memory in the same location if you use the same variable name again on every iteration of a loop?

Score: 1

Views: 102

Answers: 1

Read More
Jennie
Jennie

Reputation: 35

I do not understand what exactly is dynamic memory allocation

Score: 2

Views: 253

Answers: 4

Read More
user6163780
user6163780

Reputation: 65

Handling clean-up in function with multiple allocations

Score: 3

Views: 176

Answers: 4

Read More
YYY
YYY

Reputation: 1

How can I access struct functions from external compiled .dll if those structs are not declared in the header file?

Score: 0

Views: 61

Answers: 0

Read More
V T
V T

Reputation: 163

Mismatched allocation/deallocation error using Intel Inspector

Score: 1

Views: 99

Answers: 1

Read More
Gr_10
Gr_10

Reputation: 21

How can I correctly manage memory block allocation in C without overwriting the main block?

Score: 2

Views: 70

Answers: 0

Read More
Debbie
Debbie

Reputation: 969

Am I doing dynamic memory allocation, without allocating any unnecessary space, correctly?

Score: -1

Views: 165

Answers: 1

Read More
Max
Max

Reputation: 181

How to allocate for later placement new "as if by new"

Score: 10

Views: 990

Answers: 2

Read More
PreviousPage 2Next