List Question
20 TechQA 2022-12-31T14:58:30.863000Explanation of "realloc doesn't require that ptr point to a memory but in practice does."
105 views
Asked by utobi
Memory pool: force allocating resources (map / vector) to reallocate for continuity
216 views
Asked by glades
what's going wrong here with realloc()?
75 views
Asked by Harsha
Novice question about using realloc properly in practice
99 views
Asked by Gary
Why is realloc giving me inconsistent behaviour?
106 views
Asked by Ryan Leung
How to dynamically increase size of any structure objects during runtime?
60 views
Asked by Bhargav Kumar Tripathy
Vulkan/VMA Change buffer size similar to `realloc`
973 views
Asked by Rotartsi
What is the time complexity of the following piece of code
708 views
Asked by Pranjul Jani
Segmentation Fault accessing array positions after realloc
68 views
Asked by walkman
Segmentation fault (core dumped) error in dynamic memory allocation
754 views
Asked by Marina
Going ones through string to count length takes longer time, than moving string a couple of times?
79 views
Asked by wojtek
Reallocation of dynamic 2 dimensional array with double Pointers to structs and struct Pointer
64 views
Asked by Raman
Reallocate array with memcpy and memset
614 views
Asked by ChrisMM
CUDA - dynamically reallocate more global memory in Kernel
889 views
Asked by Rabobsel
change address of object that keeps raw pointer to its field
86 views
Asked by javaLover
Reallocate memory for both stack and heap pointer
406 views
Asked by Arkaik
How memory works if vectors inside class array are dynamically push_backed?
251 views
Asked by sungjun cho
Is there a way to change an array size using malloc and free functions only?
750 views
Asked by John
Designing a resize function for a queue
480 views
Asked by St.Antario
Problems using realloc for decreasing
150 views
Asked by Kevin Weitgenant