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
does exit() free allocated memory on both _SUCCESS and _FAILURE
Oct 23, 2022
c
malloc
free
exit
Malloc segmentation fault
Oct 01, 2022
c
segmentation-fault
malloc
stack-overflow
buffer-overflow
Are some allocators lazy?
Nov 06, 2022
linux
memory-management
malloc
Why malloc memory in a function and free it outside is a bad idea?
Aug 28, 2022
c
memory-management
malloc
How do I use strdup?
Oct 23, 2022
c
malloc
strdup
What is the best way to free memory after returning from an error?
May 14, 2015
c
memory
free
malloc
"Semantic issue: Implicitly declaring library function 'malloc' with type 'void *(unsigned long)'"
Feb 04, 2022
c
pointers
malloc
character-arrays
(XCode 7 + iOS 9 + iPhone 4s/iPhone5 only) issue: "malloc: *** mach_vm_map(size=1048576) failed (error code=3)"
Nov 01, 2022
malloc
ios9
xcode7
xcode6.4
ios8.4
Is it possible to write a conformant implementation of malloc in C?
Aug 30, 2022
c
malloc
language-lawyer
Is using the result of new char[] or malloc to casted float * is UB (strict aliasing violation)?
Sep 20, 2021
c++
malloc
language-lawyer
strict-aliasing
object-lifetime
new, delete ,malloc & free
Nov 14, 2018
c++
memory-management
malloc
free
new-operator
Uninitialised value was created by a heap allocation
Nov 12, 2022
c
pointers
malloc
valgrind
strncpy
GCC: __attribute__((malloc))
Jul 25, 2019
c
gcc
attributes
malloc
C: memcpy speed on dynamically allocated arrays
Feb 15, 2022
c
performance
malloc
memcpy
Should we check if memory allocations fail?
Nov 06, 2022
c
error-handling
malloc
newbie questions about malloc and sizeof
Mar 23, 2021
c
malloc
sizeof
Malloc compile error: a value of type "int" cannot be used to initialize an entity of type int (*)[30]
Mar 10, 2022
c
pointers
malloc
In a 64 bit process, will my mmap / malloc request ever be denied?
Feb 09, 2020
c
memory-management
operating-system
malloc
mmap
In C are malloc(256) and malloc(sizeof(char)*256) equivalent?
Sep 21, 2022
c
pointers
malloc
sizeof
char x[256] vs. char* = malloc(256*sizeof(char));
Sep 21, 2022
c
arrays
malloc
« Newer Entries
Older Entries »