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
aligned malloc() in GCC?
Aug 31, 2022
c
gcc
malloc
malloc & placement new vs. new
Jul 08, 2022
c++
malloc
new-operator
placement-new
Does malloc() allocate a contiguous block of memory?
Aug 30, 2022
c
coding-style
malloc
Specifically, how does fork() handle dynamically allocated memory from malloc() in Linux?
Aug 16, 2022
c
linux
malloc
fork
heap-memory
Is it better to allocate memory in the power of two?
Aug 30, 2022
c
memory-management
malloc
C: Correctly freeing memory of a multi-dimensional array
Aug 29, 2022
c
memory-management
memory-leaks
free
malloc
Can you allocate a very large single chunk of memory ( > 4GB ) in c or c++?
Aug 29, 2022
c++
c
memory
malloc
Create a wrapper function for malloc and free in C
Aug 29, 2022
c
memory-management
memory-leaks
malloc
If `malloc(0)` returns a non-null pointer, can I pass that to `free`?
Aug 29, 2022
c
memory-management
malloc
free
Is it well-defined to use a pointer pointing to one-past-malloc?
Aug 28, 2022
c
malloc
language-lawyer
bounds
dynamic-allocation
Why does C++ require a cast for malloc() but C doesn't?
May 26, 2022
c++
c
malloc
Overriding 'malloc' using the LD_PRELOAD mechanism
Sep 03, 2022
c
malloc
dynamic-linking
malloc: *** error: incorrect checksum for freed object - object was probably modified after being freed
Dec 15, 2021
ios
objective-c
c
crash
malloc
If free() knows the length of my array, why can't I ask for it in my own code?
Aug 17, 2022
c
memory
free
malloc
sprintf() with automatic memory allocation?
Aug 29, 2022
c
malloc
printf
malloc vs mmap in C
Aug 16, 2022
c
malloc
mmap
Time complexity of memory allocation
Nov 25, 2019
optimization
memory-management
malloc
time-complexity
difference between <stdlib.h> and <malloc.h>
Aug 28, 2022
c
gcc
malloc
Use of cudamalloc(). Why the double pointer?
Nov 20, 2022
c
cuda
malloc
Is there a way to mark a chunk of allocated memory readonly?
Aug 28, 2022
c++
c
memory-management
malloc
heap-corruption
« Newer Entries
Older Entries »