Search code examples
How do compilers treat CONST qualifier when the pointer points to a memory location obtained with ma...

cgccmalloclinux-mint

Read More
Is it safe to use _malloca with std::unique_ptr with a custom deleter to _freea?...

c++memory-managementmalloc

Read More
Fixed-address mmap call segfault when invoked from main but works inside custom malloc override in C...

c++linkermallocmmapaddress-sanitizer

Read More
Is there a way to increase the size of a memory allocation after initialization C++?...

c++memorymalloc

Read More
Why cant I free the char buffer after assigning the last index to null terminator (\0)...

cstringmemorymallocfree

Read More
Why is the use of alloca() not considered good practice?...

cstackmallocallocationalloca

Read More
realloc function dynamic array size more than stated...

cmallocrealloccalloc

Read More
Cannot use mincore to check whether page allocated by malloc is in ram...

cmemorymalloc

Read More
How to use malloc with madvise and enable MADV_DONTDUMP option...

clinuxunixmallocposix

Read More
Decent ways to handle malloc failure?...

cmallocfree

Read More
How to allocate a 2D array of pointers to a struct...

carraysstructmalloc

Read More
Using malloc to create triple pointer from 3d array to be passed to function which takes a triple po...

cpointersmultidimensional-arraymalloc

Read More
Why does GCC’s static analyser falsely warn that a pointer to an allocated memory block itself store...

cmalloc

Read More
Difference between two malloc definition of a struct...

ccastingmalloc

Read More
(GNU+Linux) Multiple threads calling malloc() at the same time...

cmultithreadingmallocpthreadsgnu

Read More
Function with a malloc on a pointer declared in main()...

arrayscpointersmalloc

Read More
Malloc and memcpy struct plus array...

cmallocmemcpy

Read More
Freeing a dynamically allocated string with an internal null byte...

cmallocdynamic-memory-allocationfree

Read More
How to use the malloc() function in order to return an array?...

arrayscloopsintegermalloc

Read More
Basic C Memory Allocation...

cmalloc

Read More
Issue with using realloc - not getting expected amount of memory...

cmallocrealloc

Read More
Using a function to allocate complex custom data structures...

cmallocfunction-pointersvoid-pointers

Read More
Returning a pointer from a user defined function in C...

cpointersmalloc

Read More
Using free() with data structures...

cdata-structuresmallocbinary-treefree

Read More
Using memset() after malloc() causes assertion...

cmemory-managementmallocmemset

Read More
Is there any way at all to get the size of a dynamic array with sizeof()?...

cmallocsizeofdynamic-arraysrealloc

Read More
How to initialize static pointer with malloc in C?...

cstaticmallocconstantsinitializer

Read More
How a pointer to pointer pointing to a NULL pointer works in C?...

cmallocheap

Read More
Will successive calls to malloc allocate space directly after the previous call in c?...

cmallocdynamic-arrayscharacter-arrays

Read More
Which guarantees does malloc make about memory alignment?...

cmemory-managementmalloc

Read More
BackNext