Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in malloc

CPU and memory usage of jemalloc as compared to glibc malloc

malloc cpu-usage

'strcpy' with 'malloc'?

c malloc strcpy

allocate matrix in C

c pointers matrix malloc

malloc an array of struct pointers

c arrays pointers struct malloc

64 bit large mallocs

Error: Conversion to non-scalar type requested

c struct malloc

Can memset() be called with a null pointer if the size is 0?

c malloc memset

Allocating char array using malloc

c char malloc sizeof c99

How to allocate array of pointers for strings by malloc in C?

c arrays malloc

How does mmap work?

linux memory malloc mmap

How to use a C++ string in a structure when malloc()-ing the same structure?

c++ string struct malloc

Can I rely on malloc returning NULL?

c memory error-handling malloc

Assigning memory to double pointer?

How to update other pointers when realloc moves the memory block?

c memory malloc realloc

Which guarantees does malloc make about memory alignment?

c memory-management malloc

Ways to avoid using malloc? [closed]

c malloc

What is the "correct" way to reconcile malloc and new in a mixed C/C++ program?

How much memory does int x[10] allocate?

c malloc

Code for malloc and free

c linux malloc free

Why can we allocate a 1 PB (10^15) array and get access to the last element, but can't free it?