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
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
What is the alternative to declare a Variable-Length array in C, that may exceed Stack size, without the need of Dynamic Memory allocation?
Oct 23, 2025
arrays
c
malloc
double
memset
When is memory allocated by malloc garbage collected?
Oct 23, 2025
malloc
julia
malloc_usable_size() returns the wrong size
Oct 21, 2025
c
memory
malloc
new operator (as well as malloc) fails to allocate ~ 450 MB of memory [duplicate]
Oct 23, 2025
c++
qt
memory
malloc
new-operator
Reading a line from text file dynamically
Oct 22, 2025
c
malloc
dynamic-memory-allocation
realloc
"Write Acces Violation" After Using malloc() Inside a Function
Oct 20, 2025
c
exception
multidimensional-array
struct
malloc
Using malloc in C to allocate space for a typedef'd type
Oct 18, 2025
c
malloc
typedef
dynamic-memory-allocation
Can I free() something in C that has been malloc()'ed in C++?
Oct 17, 2025
c++
c
malloc
language-lawyer
free
Older Entries »