Search code examples
How can I allocate memory and return it (via a pointer-parameter) to the calling function?...


cpointersmalloc

Read More
Can you use OpenSSL's CRYPTO_free function with memory allocated using CRYPTO_secure_malloc?...


opensslmallocfreelibcrypto

Read More
two dimensional Matrix allocation...


c++malloc

Read More
segfault trying to find bottom nodes of tree and adding to dynamic array in C...


cdata-structurestreemallocrealloc

Read More
Mysterious (I think) buffer over run in C...


cpointersmallocbufferbuffer-overrun

Read More
Segfault using dynamic array...


carraysdynamicmalloc

Read More
Dynamic memory allocation for 3D array...


cmemory-managementmallocmultidimensional-array

Read More
Why is this allocation not well done?...


cmallocdynamic-memory-allocationc99opaque-types

Read More
C++ character pointer string allocated with malloc contains gibberish when printed...


c++stringmemorymalloccout

Read More
Segmentation fault when splitting a memory block in C...


cmallocheap-memory

Read More
Valgrind error when writing (fwrite) a struct array into binary file...


arrayscpointersstructmalloc

Read More
Why does malloc throw a "corrupted top size" error when memory is allocated for a struct?...


cmemory-managementmalloc

Read More
How to compile my version of Malloc in C?...


clinuxmallocheader-files

Read More
Memory slice using malloc by slicing one big malloc'd memory...


cmallocfree

Read More
C - Write access violation...


cmallocunhandled-exception

Read More
Is it possible to create a dynamic array without explicitly defining a variable to specify the lengt...


cpointersmallocdynamic-arrays

Read More
In C is it possible to allocate a `char[]` on the heap?...


arrayscmalloc

Read More
Valgrind Memory Errors (0 bytes inside a block of size 24 free'd)...


memorymemory-leaksmallocvalgrind

Read More
malloc puts "garbage" values...


cmallocstrcatgarbage

Read More
Linked list without malloc...


cmallocundefined-behaviorsingly-linked-liststorage-duration

Read More
What is the meaning of `malloc(): corrupted top size`...


cpointersstructmalloc

Read More
How to use TCMalloc by it's header but not instead of malloc, new...


c++malloctcmalloc

Read More
Could allocation size of zero in malloc result in conflicting memory locations?...


cmalloclibc

Read More
Proper memory free for pointers inside struct C...


cstructmallocfree

Read More
Fscanf prints everything but exits program with code 1 in C...


cpointersstructmallocscanf

Read More
How can I dynamically allocate 2D-array in one allocate C...


cmultidimensional-arraymallocallocation

Read More
Trying to understand a `pointer being freed was not allocated` error in C...


cmallocfree

Read More
Trouble using Pointers or Malloc outside of initial function...


pointersdebuggingmallocscanf

Read More
Malloc and alignment...


cmallocmemory-alignment

Read More
'malloc(): corrupted top size' After allocating more than 200K int...


csortingmallocopenmpbuffer-overflow

Read More
BackNext