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 a C++ string in a structure when malloc()-ing the same structure?
Feb 05, 2022
c++
string
struct
malloc
Can I rely on malloc returning NULL?
May 16, 2022
c
memory
error-handling
malloc
Assigning memory to double pointer?
Sep 12, 2022
c
string
pointers
malloc
double-pointer
How to update other pointers when realloc moves the memory block?
Sep 12, 2022
c
memory
malloc
realloc
Which guarantees does malloc make about memory alignment?
Aug 16, 2022
c
memory-management
malloc
Ways to avoid using malloc? [closed]
Oct 09, 2022
c
malloc
What is the "correct" way to reconcile malloc and new in a mixed C/C++ program?
Nov 16, 2022
c++
c
memory-management
malloc
new-operator
How much memory does int x[10] allocate?
Sep 12, 2022
c
malloc
Code for malloc and free
Sep 12, 2022
c
linux
malloc
free
Why can we allocate a 1 PB (10^15) array and get access to the last element, but can't free it?
Jan 24, 2022
c
linux
malloc
mmap
virtual-address-space
Include source code of malloc.c in gdb?
Mar 30, 2022
c
debugging
gdb
malloc
Does fprintf use malloc() under the hood?
Sep 12, 2022
c
malloc
stdio
printf
malloc - invalid conversion from void* to double*
Jan 29, 2019
c
malloc
Why type cast a void pointer?
Sep 06, 2022
c
types
casting
malloc
Proper Way to Free Memory of a Returned Variable
Oct 09, 2022
c
memory
malloc
free
Is malloc deterministic?
Sep 23, 2022
c
linux
gcc
x86
malloc
Have you ever obtained a significant speedup by using boost::pool?
Oct 05, 2022
c++
optimization
memory-management
boost
malloc
What if malloc fails?
Aug 23, 2022
c
memory
malloc
Why new std::nothrow version is not widely used [duplicate]
Sep 05, 2022
c++
exception
malloc
new-operator
Is it possible to use a C++ smart pointers together with C's malloc?
Jan 22, 2020
c++
malloc
new-operator
smart-pointers
« Newer Entries
Older Entries »