Search code examples
segfault when referenced by index...


csegmentation-faultdynamic-memory-allocationsingly-linked-listc-strings

Read More
Could you use the memory allocated by one call of malloc for various variable types?...


cmallocdynamic-memory-allocation

Read More
Declare a pointer to structure in const expression...


cmemory-managementstaticdynamic-memory-allocationcalloc

Read More
Does best-fit memory allocation always succeed when worst-fit does?...


memorymemory-managementdynamic-memory-allocation

Read More
qsort turns all values of array to null...


csortingdynamic-memory-allocationc-stringsqsort

Read More
How should I free a malloc variable when it has been assigned to another variable as well? (C Langua...


cmallocdynamic-memory-allocationfree

Read More
Why the memory is not allocated to the array?...


arrayscdynamic-memory-allocation

Read More
What does it mean that mmap doesn't work 'when a large chunk becomes “locked” in between sma...


c++cdynamic-memory-allocation

Read More
Typedef char pointer allocation of string...


cstringpointersmallocdynamic-memory-allocation

Read More
Memory allocation and table reading using scanf()...


csegmentation-faultdynamic-memory-allocation

Read More
How do I dynamically allocate memory in C...


cmemory-managementdynamic-memory-allocation

Read More
C++ program not returning a Value (Functions)...


c++dynamic-memory-allocationc-stringsstring-concatenationfunction-definition

Read More
In maps even though I can print the value, why I cannot change it?...


govariablesmemory-managementhashmapdynamic-memory-allocation

Read More
Why do not use log-structured allocator for main memory...


memory-managementfilesystemsdynamic-memory-allocationallocator

Read More
I am getting bad_alloc error in c++ program...


c++error-handlingdynamic-memory-allocationbad-allocalloc

Read More
Why a variable is not storing the value?...


cfunctiondynamic-memory-allocation

Read More
Segmentation fault (core dumped) in dynamic memory allocation using a pointer(member) from struct...


cstructsegmentation-faultdynamic-memory-allocation

Read More
Can I reuse a pointer after reallocating memory it points to?...


cpointersdynamic-memory-allocationrealloc

Read More
Creating a dynamic list within a struct...


cpointersstructdynamic-memory-allocation

Read More
does brk and sbrk round the program break to the nearest page boundary?...


linuxdynamic-memory-allocationsbrk

Read More
Why does C manage the heap, instead of the operating system?...


cheap-memorydynamic-memory-allocationvirtual-memory

Read More
Read matrix element and respective row and column indexes from text file from text file in C...


cmatrixsimulationdynamic-memory-allocation

Read More
How to allocate memory for a struct with a member of unknown variable size?...


cstructdynamic-memory-allocation

Read More
Declaring an array of pointers to structures in C, but not allocating memory for structure until nee...


cstructdynamic-memory-allocation

Read More
Problem to allocate memory outside the main...


cdynamic-memory-allocation

Read More
C++ allocator to store objects of different types...


c++memory-managementdynamic-memory-allocation

Read More
How can I shorten an array?...


cpointersdynamic-memory-allocation

Read More
Why doesn't malloced string not work with strcat?...


mallocdynamic-memory-allocationstrcat

Read More
Use an array and allocate memory in a struct (Flexible array members)...


arrayscdynamic-memory-allocationdynamic-arraysdynamic-struct

Read More
Where to free memory, while creating 2d array? valgrind error...


cmultidimensional-arraymallocdynamic-memory-allocation

Read More
BackNext