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
Malloc Memory Consumption Behavior in C [duplicate]
Apr 20, 2026
c
malloc
void* type cast breaks strict -aliasing?
Apr 20, 2026
c
malloc
dynamic-arrays
strict-aliasing
How can I make a c function that can receive different types of parameters?
Apr 19, 2026
c
arrays
pointers
malloc
realloc
How to troubleshoot crashes in malloc
Apr 19, 2026
crash
malloc
variable name change causes segfault (datatype same name as the variable, used with malloc)
Apr 19, 2026
c
struct
segmentation-fault
malloc
variable-names
memory error using valgrind, strcpy
Apr 16, 2026
c
malloc
valgrind
strcpy
new and malloc allocates extra 16 bytes
Apr 16, 2026
c++
malloc
new-operator
space
extra
Does c keep track of allocated heap memory?
Apr 13, 2026
c
malloc
free
malloc() and memset() behavior
Apr 15, 2026
c
gcc
malloc
glibc
memset
De-allocate a 3D array
Apr 14, 2026
c++
arrays
malloc
free
Correct way to calculate the size for malloc() and realloc()?
Apr 14, 2026
c
malloc
realloc
compilation break when reallocating the memory in C
Apr 12, 2026
c
memory
memory-management
malloc
C malloc a pointer multiple times
Apr 12, 2026
c
memory-management
malloc
understanding malloc.h difference: __attribute_malloc__
Apr 10, 2026
c
malloc
C: free memory allocated in c
Apr 09, 2026
c
pointers
malloc
free
Modify malloc strategy for 2D Array so malloc succeeds
Apr 03, 2026
c++
c
malloc
How to get the size of dynamically (using malloc or calloc )allocated memory? [duplicate]
Apr 01, 2026
c
size
malloc
C array of pointers and malloc
Apr 03, 2026
c
pointers
malloc
Why I cannot free a malloc'd string?
Apr 02, 2026
c
string
malloc
constants
free
Older Entries »