Newbetuts
.
New posts in malloc
Freaky way of allocating two-dimensional array?
c
arrays
multidimensional-array
malloc
allocation
What does malloc(0) return? [duplicate]
c
linux
pointers
malloc
realloc
When and why to use malloc?
c
malloc
dynamic-memory-allocation
Maximum memory which malloc can allocate
c
memory-management
operating-system
malloc
cpu-architecture
How is malloc() implemented internally? [duplicate]
c
memory
malloc
system-calls
sbrk
Writing to pointer out of bounds after malloc() not causing error
c
malloc
memory-corruption
sprintf() with automatic memory allocation?
c
malloc
printf
How to dynamically allocate memory space for a string and get that string from user?
c
string
memory-management
malloc
dynamic
How to use a C++ string in a structure when malloc()-ing the same structure?
c++
string
struct
malloc
Incompatible implicit declaration of built-in function ‘malloc’
c
struct
malloc
Why does "The C Programming Language" book say I must cast malloc?
c
casting
malloc
kernighan-and-ritchie
Difference between array type and array allocated with malloc
c
arrays
malloc
variable-length-array
What are the differences between (and reasons to choose) tcmalloc/jemalloc and memory pools?
c
linux
memory
malloc
tcmalloc
How can I allocate memory and return it (via a pointer-parameter) to the calling function?
c
pointers
malloc
newbie questions about malloc and sizeof
c
malloc
sizeof
Setting variable to NULL after free
c
coding-style
malloc
free
heap-memory
Why is malloc not "using up" the memory on my computer?
c
linux
memory-management
malloc
What is a Memory Heap?
malloc
Will malloc implementations return free-ed memory back to the system?
free
malloc
glibc
mmap
tcmalloc
Why does C++ require a cast for malloc() but C doesn't?
c++
c
malloc
Prev
Next