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
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
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
« Newer Entries
Older Entries »