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
What does the first "c" stand for in "calloc"?
Aug 28, 2022
c
malloc
libc
calloc
c-standard-library
Memory Allocation/Deallocation Bottleneck?
Aug 28, 2022
performance
optimization
memory-management
garbage-collection
malloc
How to dynamically allocate memory space for a string and get that string from user?
Oct 06, 2022
c
string
memory-management
malloc
dynamic
Why is it safer to use sizeof(*pointer) in malloc
Aug 27, 2022
c
malloc
zero size malloc [duplicate]
Aug 11, 2022
c
malloc
How does malloc work in a multithreaded environment?
Aug 27, 2022
c
linux
gcc
malloc
x86-64
C API design: Who should allocate? [closed]
Sep 14, 2022
c
api
memory-management
malloc
Dynamically create an array of strings with malloc
Aug 27, 2022
c
arrays
malloc
What does malloc(0) return? [duplicate]
Aug 18, 2022
c
linux
pointers
malloc
realloc
What is the difference between "new" and "malloc" and "calloc" in C++? [duplicate]
Oct 07, 2022
c++
memory-management
malloc
heap-memory
Maximum memory which malloc can allocate
Aug 27, 2022
c
memory-management
operating-system
malloc
cpu-architecture
Xcode Guard Malloc and on Device Debugging: 'libgmalloc.dylib' image not found
May 05, 2018
xcode
malloc
In C, how would I choose whether to return a struct or a pointer to a struct?
Aug 26, 2022
c
pointers
struct
malloc
Will malloc implementations return free-ed memory back to the system?
Aug 26, 2022
free
malloc
glibc
mmap
tcmalloc
Why does the speed of memcpy() drop dramatically every 4KB?
Aug 26, 2022
performance
memory
malloc
memcpy
cpu-cache
malloc() vs. HeapAlloc()
Aug 26, 2022
c++
winapi
malloc
How do free and malloc work in C?
Aug 26, 2022
c
memory
free
malloc
What happens to memory after '\0' in a C string?
Aug 26, 2022
c
string
pointers
malloc
c-strings
What are the differences between (and reasons to choose) tcmalloc/jemalloc and memory pools?
Aug 26, 2022
c
linux
memory
malloc
tcmalloc
Free memory allocated in a different function?
Oct 13, 2019
c
pointers
memory-management
malloc
free
« Newer Entries
Older Entries »