Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in malloc

What happens when there is a request for memory block which is not a power of 2?

c linux malloc

Initializing Malloc'ed structure

c malloc structure

Does glibc (GNU C Library) provide a way to obtain the size of an allocated memory block?

c linux malloc x86-64 glibc

Custom malloc() implementation header design

In C++, why is `new` needed to dynamically create an object rather just allocation?

C and Objective-C - Correct way to free an unsigned char pointer

How do I correctly free my arrays without errors?

I was in a technical interview and asked to make a structure like this.. [duplicate]

c malloc structure

Does using malloc in method, free in main work?

c++ malloc

cudaMallocManaged vs cudaMalloc - Device memory limitation scenario

Guard Malloc found EXC_BAD_ACCESS error instantly. Why not use all the time?

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