Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in malloc
Why does free work like this?
Sep 20, 2026
c
malloc
ansi-c
The need of checking a pointer returned by malloc in C
Sep 20, 2026
c
malloc
Is this implementation of malloc a bump allocator?
Sep 19, 2026
c
malloc
allocator
How can I return unused allocated memory in C?
Sep 18, 2026
c
string
memory
malloc
malloc for string pointers: how it can be disastrous?
Sep 17, 2026
c++
string
malloc
Freeing other variable types in C
Sep 17, 2026
c
pointers
garbage-collection
malloc
Correct way to free memory
Sep 16, 2026
c
memory-management
malloc
free
Alignment issues when assigning the result of a sbrk to a pointer - K&R
Sep 11, 2026
c
malloc
memory-alignment
kernighan-and-ritchie
sbrk
How to write a function in C which takes as input two matrices as numpy array
Sep 12, 2026
python
c
numpy
matrix
malloc
uncommon use of malloc [closed]
Sep 12, 2026
c++
memory
malloc
utf8 strings and malloc in c
Sep 10, 2026
c
unicode
utf-8
malloc
initial or terminal malloc buffer possible?
Sep 09, 2026
c
for-loop
pointers
malloc
undefined-behavior
MISRA C advises against malloc, does this mean calloc is far more secure?
Sep 09, 2026
c
memory
malloc
misra
malloc only allocates 4 bits?
Sep 08, 2026
c++
malloc
segfault while sending buffer pointer as pass-by-value to a function, inside which reallocate happens on that buffer
Sep 07, 2026
c
memory
segmentation-fault
malloc
Modifying a const pointer in C
Sep 07, 2026
c
pointers
malloc
const-pointer
Failure to free memory
Sep 04, 2026
c
memory
free
malloc
Handling clean-up in function with multiple allocations
Sep 05, 2026
c
memory-management
malloc
dynamic-memory-allocation
free
Valgrind Invalid free() / delete / delete[] / realloc() in C
Sep 05, 2026
c
memory-leaks
malloc
valgrind
free
Older Entries »