Search code examples
C programming, losing data after realloc...


cdynamic-memory-allocation

Read More
realloc() : invalid next size Aborted (core dumped)...


cdynamic-memory-allocationrealloc

Read More
Having trouble reusing a dynamically allocted array of pointers: C Language...


arrayscpointersdynamic-memory-allocation

Read More
get double corruption error when trying to reallocate dynamic arrays...


c++dynamic-memory-allocation

Read More
Are these 2 string allocations equivalent?...


stringgodynamic-memory-allocation

Read More
free(): double free detected in tcache 2 Aborted...


cpointersdynamic-memory-allocationfree

Read More
Is there a difference between the locations assigned to static and dynamic variable?...


cpointersmemorydynamic-memory-allocation

Read More
Double pointer vs array of pointers(**array vs *array[])...


cpointersmultidimensional-arraydynamic-memory-allocation

Read More
Is it possible to intialise a static variable dynamically in c?...


cstaticdynamic-memory-allocation

Read More
Linked List prints symbols instead of words during second iteration...


cdata-structureslinked-listmallocdynamic-memory-allocation

Read More
Realloc gives error: _CrtIsValidHeapPointer(block)...


cpass-by-referencedynamic-memory-allocationc-stringsrealloc

Read More
Sprintf in when using matrixes...


cmultidimensional-arraysegmentation-faultmallocdynamic-memory-allocation

Read More
Inserting a value in linked list...


cpointersdynamic-memory-allocation

Read More
malloc: corrupted top size can not figure out the problem...


cmallocdynamic-memory-allocation

Read More
Failure in allocating contiguous memory allocation using calloc...


c++dynamic-memory-allocationcalloc

Read More
Is it safe to return a pointer to a compound literal declared within a function or should you use ma...


cmemory-managementdynamic-memory-allocationcompound-literals

Read More
Is there a way to implement the same behaviour of the new operator calling default constructors?...


c++windowsdynamic-memory-allocationnew-operatordefault-constructor

Read More
Unable to resize memory block using realloc...


csegmentation-faultstackdynamic-memory-allocationrealloc

Read More
Memory leaks with 2D fully dynamic array...


cfunctionmultidimensional-arraymemory-leaksdynamic-memory-allocation

Read More
How come I can still access nodes after deleting an entire linked list?...


c++memory-managementlinked-listdynamic-memory-allocation

Read More
How to free up memory used by module in NodeJs...


node.jsmemorymemory-managementmemory-leaksdynamic-memory-allocation

Read More
npm run build does not consume swap memory on centos and errors heap out of memory...


centosout-of-memorydynamic-memory-allocationswapnpm-build

Read More
Segmentation fault (core dumped) after free(), but I have used malloc()...


csegmentation-faultdynamic-memory-allocationfreestring-literals

Read More
Name comparisson for text based game written in C...


cif-statementconditional-statementscomparisondynamic-memory-allocation

Read More
Possible memory leak without a virtual destructor?...


c++polymorphismdynamic-memory-allocationvirtual-destructor

Read More
Realloc inside function doesn't work as expected...


cmallocdynamic-memory-allocationrealloc

Read More
Unexpected behavior in array input...


cdynamic-memory-allocation

Read More
Why is the output of the code 8,5,5 and not 8,8,5?...


cpointersscopedynamic-memory-allocation

Read More
How to leak and free the allocated pointer of a Pin<Box>?...


rustmemory-managementheap-memorydynamic-memory-allocation

Read More
C code allocating more memory than it should...


cdynamic-memory-allocation

Read More
BackNext