Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in malloc

malloc and pointers to pointers

Access violation when using alloca

c++ c malloc alloca

Return Structure from Function (C)

How does free() function collect the info about the no. of bytes to be freed [duplicate]

c memory-management malloc

Using jemalloc in existing huge code

memory malloc profiler

Scaling multithreaded applications on multicored machines

Should we delete a pointer that is not new/malloc by us?

c++ malloc new-operator

Memory Clobbering Error

c memory-leaks malloc

C pointer anomaly, please explain

c arrays pointers gcc malloc

free the space allocated in c with malloc

c struct malloc free typedef

Memory is not reallocating

c struct malloc realloc

Write a function to malloc double pointer

c pointers malloc

does free() follow pointers?

c pointers struct malloc free

When malloc returns, what does 8-byte alignment mean?

c memory-management malloc

Malloc works without type cast before malloc C/C++ [duplicate]

c pointers memory casting malloc

Dynamic memory allocation of integer array

c malloc

why we cannot implicitly assign from a void* to any other type in C++ but its preferred in C? [duplicate]

c++ c malloc

C memory allocation for struct with malloc

Can you determine if a string if freeable in C? [duplicate]

c malloc

dynamic allocation of array of pointers