Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in malloc

C malloc : inexplicable memory usage

c malloc

fscanf() code does not always crash memory, but sometimes

c pointers malloc scanf coredump

Avoiding freeing a string literal

c malloc free

Is malloc needed for this int pointer example?

c pointers scope int malloc

Why does malloc only work immediately after flashing cortex-m3?

C Memory Allocation: Why there is not enough memory(250K only)

c memory malloc

Properly using/creating dynamic cstrings in C with malloc?

c malloc cstring

Is there a "Heap-use after free" in my code here?

c malloc hashtable

malloc() reusing memory location after free(), causing fragmentation(?)

C struct initialization and pointer

Is it legal for a compiler to optimize calls to malloc to return more weakly aligned memory?

When is it necessary to allocate dynamic memory using malloc on pointers?

c pointers malloc

Why isn't C freeing memory from malloc'd char* set by strtok?

c arrays string malloc free

C: Malloc and Free

c memory-management malloc

Understanding C malloc and sbrk()

c pointers malloc

How to allocate a memory to a given pointer to an array in C++

c++ malloc

Two types in the same dynamic allocation

c malloc memory-alignment c89

Am I passing array ownership back to caller from my library function?

malloc-ating multidimensional array in function

Unit testing involving C free()

c malloc free