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 is the name of the header file that contains the declaration of malloc?
Sep 01, 2022
c++
c
malloc
Can I assume that calling realloc with a smaller size will free the remainder? [duplicate]
Sep 01, 2022
c
malloc
free
realloc
Explain this implementation of malloc from the K&R book
Sep 01, 2022
c
pointers
memory-management
malloc
Multithreaded Memory Allocators for C/C++
Jan 21, 2020
c++
c
memory
malloc
allocation
How to use realloc in a function in C
Sep 22, 2022
c
arrays
malloc
Should I free memory before exit?
Aug 31, 2022
c
malloc
free
dynamic-allocation
Allocating memory for a Structure in C
Nov 11, 2022
c
malloc
structure
malloced array VS. variable-length-array [duplicate]
Aug 17, 2022
c
malloc
variable-length-array
An alternative for the deprecated __malloc_hook functionality of glibc
Dec 08, 2021
c
gcc
malloc
deprecated
glibc
When to use malloc for char pointers
Aug 31, 2022
c
pointers
malloc
char
How can I allocate memory and return it (via a pointer-parameter) to the calling function?
Aug 31, 2022
c
pointers
malloc
Under what circumstances can malloc return NULL?
Aug 31, 2022
c
memory-management
malloc
Understanding "corrupted size vs. prev_size" glibc error
Mar 31, 2020
c++
malloc
free
jna
glibc
How do I free memory in C?
Aug 31, 2022
c
memory-management
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
« Newer Entries
Older Entries »