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
Can any pointer using malloc be considered an array?
Oct 30, 2025
c
arrays
malloc
Freeing all allocated memory in case of failure
Oct 31, 2025
c
memory
memory-management
malloc
Can I ask the kernel to populate (fault in) a range of anonymous pages?
Oct 30, 2025
c
linux
memory-management
malloc
mmap
What is the intention/benefit of malloc returning type void *?
Oct 30, 2025
c
linux
pointers
memory-management
malloc
malloc() in C And Memory Usage
Oct 30, 2025
c
memory
memory-leaks
memory-management
malloc
Malloc with structs in C
Oct 29, 2025
c
malloc
Does Linux malloc() behave differently on ARM vs x86?
Oct 28, 2025
linux
embedded
arm
malloc
C memset - elegantly add a null terminator
Oct 25, 2025
c
malloc
memset
Is it safe to use _malloca with std::unique_ptr with a custom deleter to _freea?
Oct 27, 2025
c++
memory-management
malloc
How to allocate memory to struct of arrays in CUDA?
Oct 26, 2025
arrays
pointers
struct
cuda
malloc
std::unique_ptr with custom deleter for wrapping a malloc pointer
Oct 27, 2025
c++
pointers
malloc
smart-pointers
Checking fftw3 with valgrind
Oct 25, 2025
c
malloc
valgrind
convolution
fftw
What is the alignment requirement of malloc(1)
Oct 26, 2025
c
malloc
language-lawyer
memory-alignment
c23
Is the "4GB patch" of any use in real life?
Oct 25, 2025
memory
memory-management
malloc
out-of-memory
heap-memory
Get the amount of memory allocated by malloc
Oct 26, 2025
c
malloc
A question about malloc implementation in glibc
Oct 24, 2025
linux
multithreading
malloc
dynamic-memory-allocation
glibc
perturb byte in _int_malloc( ) in glibc
Oct 23, 2025
malloc
glibc
Memory leak when calling C.malloc/C.free in goroutines
Oct 23, 2025
go
malloc
cgo
Older Entries »