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
How to structure a function with a file and a malloc
Mar 23, 2026
c
file
function
malloc
Calculating the allocation needs for malloc(): should code use row*col*sizeof or sizeof*row*col?
Mar 23, 2026
arrays
c
multidimensional-array
malloc
integer-overflow
C: How to free memory to struct when not having a pointer to it anymore?
Mar 21, 2026
c
function
struct
malloc
free
How to detect invalid reads (using code not valgrind)
Mar 22, 2026
c++
memory-management
malloc
dynamic-memory-allocation
Binary Search Tree malloc not giving enough memory for following nodes
Mar 22, 2026
c
memory
malloc
binary-search-tree
Proper return statement and function type
Mar 21, 2026
c
multidimensional-array
malloc
typedef
function-declaration
What is causing this strcpy segfault?
Mar 19, 2026
c
malloc
strcpy
How do I free this structure in C?
Mar 17, 2026
c
memory-management
malloc
dynamic-memory-allocation
free
Segmentation fault when deallocating pcl::PointCloud<pcl::PointXYZ>::Ptr
Mar 17, 2026
c++
malloc
shared-ptr
point-cloud-library
How to malloc inside a function and return pointer in C?
Mar 16, 2026
c
function
malloc
std::malloc() and starting lifetime of the object
Mar 16, 2026
c++
memory-management
malloc
language-lawyer
Declare dynamically sized array in global scope
Mar 15, 2026
c
dynamic
malloc
size
is there any performance difference between using malloc versus realloc?
Mar 14, 2026
c
malloc
realloc
Segmentation fault (core dumped) and zlib
Mar 14, 2026
c
segmentation-fault
malloc
dynamic-memory-allocation
c free() function question [duplicate]
Mar 14, 2026
c
memory-management
malloc
free
Why malloc(LLONG_MAX) complains but malloc(ULLONG_MAX) doesn't?
Mar 12, 2026
c
malloc
free memory outside a void function where it is allocated
Mar 10, 2026
c
pointers
malloc
Older Entries »