Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in malloc

simple 4-line C program with massive malloc only segfaults with Valgrind

Why does free work like this?

c malloc ansi-c

The need of checking a pointer returned by malloc in C

c malloc

Is this implementation of malloc a bump allocator?

c malloc allocator

How can I return unused allocated memory in C?

c string memory malloc

malloc for string pointers: how it can be disastrous?

c++ string malloc

Freeing other variable types in C

Correct way to free memory

Alignment issues when assigning the result of a sbrk to a pointer - K&R

How to write a function in C which takes as input two matrices as numpy array

python c numpy matrix malloc

uncommon use of malloc [closed]

c++ memory malloc

utf8 strings and malloc in c

c unicode utf-8 malloc

initial or terminal malloc buffer possible?

MISRA C advises against malloc, does this mean calloc is far more secure?

c memory malloc misra

malloc only allocates 4 bits?

c++ malloc

segfault while sending buffer pointer as pass-by-value to a function, inside which reallocate happens on that buffer

Modifying a const pointer in C

Failure to free memory

c memory free malloc

Handling clean-up in function with multiple allocations