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
Array of pointers to structs - why is malloc() required, why is direct field copies required?
Jun 02, 2026
c
pointers
struct
malloc
How to create a dynamic array of strings in C using malloc
May 31, 2026
c
arrays
malloc
realloc
Is it safe to call free on std::string_view::data?
Jun 01, 2026
c++
malloc
c-strings
free
string-view
malloc(sizeof(s)) allocates less memory than expected?
May 29, 2026
c
malloc
What does allocating memory of size char * do?
May 26, 2026
c
pointers
malloc
dynamic-memory-allocation
allocation
Why does malloc ask for unreasonable amout of memory from sbrk. what can prevent it?
May 24, 2026
c
gcc
embedded
malloc
heap-memory
Can I 'reserve' memory somehow, so as to ensure malloc doesn't fail for this reason
May 23, 2026
c
memory-management
malloc
Malloc implementation with C
May 23, 2026
c
malloc
Malloc call crashing, but works elsewhere
May 20, 2026
c
crash
malloc
Allocating memory for a char array to concatenate a known piece of text and an integer
May 20, 2026
c
memory-management
malloc
char
concatenation
C array of structure gives random segfault + valgrind invalid write error
May 17, 2026
c
arrays
segmentation-fault
malloc
valgrind
Any function to query the size of an allocated block?
May 18, 2026
c
memory
malloc
glibc
Apparent memory leak in gperftools
May 17, 2026
c++
memory-leaks
malloc
gperftools
Inserting a value for an array using malloc [closed]
May 15, 2026
c
arrays
malloc
String Concatenation using a variadic function in C
May 12, 2026
c
malloc
dynamic-memory-allocation
scanf
variadic-functions
Single-line initialization of array allocated by malloc()
May 11, 2026
c
initialization
malloc
Multidimensional Arrays - malloc vs new
May 11, 2026
c++
c
arduino
malloc
avr-gcc
Pointer Assignment, malloc() and free() in C
May 10, 2026
c
pointers
malloc
free
Older Entries »