Search code examples
Why is this code considered a VLA even though it uses an int?...


c++variablesdynamic-memory-allocationvariable-length-array

Read More
Memory allocation of pointer working for fixed variable assigned string but not for user input strin...


cscanfdynamic-memory-allocationfgetsc-strings

Read More
A problem that is about calloc and free functions in C...


cmallocdynamic-memory-allocationfreecalloc

Read More
Initializing an object with garbage data when there is no default constructor...


c++templatesinitializationcontainersdynamic-memory-allocation

Read More
Program crashes when given a big number...


ccrashbigdatadynamic-memory-allocationmergesort

Read More
Error while trying to create a 2D dynamic array of structs...


carraysstructuredynamic-memory-allocation

Read More
Data security during dynamic memory allocation...


securitydynamic-memory-allocation

Read More
C++: Checking if dynamic de-allocation has worked correctly...


c++arrayspointersmemory-managementdynamic-memory-allocation

Read More
Wrong Output in linked list in C...


carraysarraylistlinked-listdynamic-memory-allocation

Read More
dynamic allocation and value of the class member...


c++c++11dynamic-memory-allocation

Read More
Finding Total Memory in Bytes in C...


carraysdynamic-memory-allocation

Read More
free(): invalid next size (normal) & munmap_chunk(): invalid pointer in C...


c++cpointersgdbdynamic-memory-allocation

Read More
Dynamic nested structure arrays...


carraysmallocstructuredynamic-memory-allocation

Read More
Dynamic allocation of an unknown matrix in C...


carraysmatrixmemory-managementdynamic-memory-allocation

Read More
Heap buffer overflow in stack function...


cstructstackdynamic-memory-allocationfunction-definition

Read More
Are there any advantages to using calloc() instead of a malloc() and memset()?...


cmemory-managementmallocdynamic-memory-allocationcalloc

Read More
C++ : Allocate a big variable-sized 2d-vector on the heap...


c++vectorstack-overflowheap-memorydynamic-memory-allocation

Read More
Sharing a dynamically allocated 2D array with MPI...


csegmentation-faultmpidynamic-memory-allocation

Read More
Dynamic memory allocation in COBOL...


dynamic-memory-allocationcobol

Read More
delete operation in C++...


c++new-operatordynamic-memory-allocationdelete-operator

Read More
Why is realloc() introducing some random values into a dynamic array when called multiple times?...


cmallocdynamic-memory-allocationrealloc

Read More
How do I minimize a dynamically allocated string array in C?...


cdynamic-memory-allocationaddress-sanitizer

Read More
Function not saving data to pointer to structure after realloc...


cpointersstructuredynamic-memory-allocationrealloc

Read More
2D array using dynamic memory allocation error...


c++multidimensional-arraydynamic-memory-allocation

Read More
Is it possible to take a token from a file and create a struct with it using malloc in C?...


cstructmalloctokendynamic-memory-allocation

Read More
Dynamically allocate an array of pointers (K&R Exercise 5-13)...


carrayspointersdynamic-memory-allocationkernighan-and-ritchie

Read More
free() in dynamic memory...


carraysdynamic-memory-allocationfree

Read More
C memory allocation not working as expected...


carraysdynamic-memory-allocation

Read More
Compiler Error C2541 - 'delete' : delete : cannot delete objects that are not pointers...


c++visual-studiocompiler-errorsdynamic-memory-allocationdelete-operator

Read More
Changing 6 different random numbers with SRAND in a board made with Dynamically Allocated Arrays...


arraysfunctionmallocdynamic-memory-allocationsrand

Read More
BackNext