List Question
20 TechQA 2024-03-10T12:07:29.733000Dynamic memory allocation in c arrays of structs
66 views
Asked by strtrs
Faced problem to add a new row to a matrix in C. corrupted size vs. prev_size
83 views
Asked by MegaRK
Combined usage of getline, strcat and realloc functions
52 views
Asked by Алексей Курочкин
Using realloc() instead of fixed-length buffers in c?
142 views
Asked by MeSteve
"double free detected in tcache 2" Error while reallocating a pointer to a dynamic array of strings
45 views
Asked by ErrorEliminator
Value of n sets to 0 or 1 (undefined behavior) while I'm trying to learn use of realloc and malloc
52 views
Asked by ParthJha17
Why am I getting a heap-use-after-free error?
131 views
Asked by Aethalides
Error during memory reallocation inside a function
96 views
Asked by lian
Segmentation fault by realloc, while creating dynamic generic array
107 views
Asked by P1g30n5
why is my malloc(1) segfaulting my program?
80 views
Asked by Adrian F
Using realloc with pointer to pointer in another function
93 views
Asked by Javad
Segmentation Fault when assigning value to a pointer after `realloc`
129 views
Asked by Minh Dang
Dynamically expandable array in c
120 views
Asked by Newtron Malayalam
c stack (using dynamic array) realloc memory leak problem
46 views
Asked by Nurana
segfault trying to find bottom nodes of tree and adding to dynamic array in C
45 views
Asked by Tomas Whiteley
Minimizing realloc calls in a custom dynamically scaled array module
76 views
Asked by Ertugrul
C: realloc(): invalid next size when reallocating vector
34 views
Asked by Caio Vinícius
realloc() : invalid next size Aborted (core dumped)
60 views
Asked by Dario Rubriante
Dynamic allocation of a 2D matrix in C
109 views
Asked by Karim Mahmoud