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 calloc
In C, are the characters in an array (i.e. string) stored in individual registers or are there four characters per register?
Jan 26, 2026
c
arrays
memory
cpu-registers
calloc
If I say calloc(1000, 23), does the 23 "round up" to 24? Or to 32?
Dec 17, 2025
c
memory-alignment
calloc
Calloc does not initialize entire memory block to zero
Nov 21, 2025
c
calloc
"Memory allocated with calloc must be freed all at once"?
Nov 20, 2025
c
malloc
dynamic-memory-allocation
free
calloc
How to avoid 'possibly lost' memory when using calloc to allocate memory for char array in C
Nov 20, 2025
c
memory
valgrind
calloc
How to implement calloc
Nov 10, 2025
c
malloc
standards
calloc
copy-on-write
File to dynamic array in c
Sep 21, 2025
c
arrays
dynamic
realloc
calloc
gcc7.2: argument range exceeds maximum object size 9..7 [-Werror=alloc-size-larger-than=]
Jan 31, 2023
c
calloc
gcc7
Initialising an array of structs in Objective-C
Dec 29, 2022
objective-c
arrays
memory-management
struct
calloc
C - How to use own value (instead of 0) with calloc
Dec 27, 2022
c
initialization
calloc
String parsing in C using strtok
Dec 14, 2022
c
parsing
strtok
calloc
When to free memory inside a C code?
Dec 10, 2022
c
memory
malloc
calloc
Between malloc and calloc which allocates contiguous memory
Dec 08, 2022
c
malloc
calloc
free() function without malloc or calloc
Dec 02, 2022
c
malloc
calloc
calloc(): Do the individual values matter for performance?
Oct 07, 2022
c
memory
malloc
calloc
calling calloc - memory leak valgrind
Nov 17, 2022
c
valgrind
ncurses
calloc
"Heap corruption detected" when using free()
Sep 13, 2021
c
free
calloc
calloc() and NULL
Jul 19, 2022
c
null
dynamic-memory-allocation
calloc
Why memset called after calloc?
Aug 28, 2022
c
malloc
calloc
memset
Does calloc() of a double field always evaluate to 0.0?
Jul 03, 2022
c
floating-point
int
double
calloc
Older Entries »