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 realloc
If destination and source are the same, what does memmove do?
Sep 23, 2022
c
realloc
memmove
Can a pthread_mutex_t be moved in memory?
Apr 11, 2022
mutex
realloc
realloc without freeing old memory
Aug 05, 2022
c++
c
linux
gcc
realloc
Realloc Vs Linked List Scanning
Jun 04, 2017
c
linked-list
realloc
Dynamic arrays: using realloc() without memory leaks
Nov 16, 2022
c
realloc
cppcheck
How do I allocate more space for my array of C structs?
Sep 03, 2022
c
struct
malloc
realloc
Is STL vector a better version of realloc?
Apr 08, 2019
c++
stl
vector
realloc
realloc but only first few bytes is meaningful
Jan 22, 2017
c
memory-management
malloc
realloc
libc
Can the storage of trivially copyable objects be safely reallocated with realloc?
Aug 30, 2022
c++
c++11
language-lawyer
realloc
object-lifetime
Using realloc (X, 0) instead of free() and using malloc with length of a string +1
Sep 29, 2018
c
memory-management
free
realloc
Is it fair to always recommend std::vector over realloc?
Nov 16, 2018
c++
realloc
Can alloca() memory be reallocated?
Sep 23, 2022
c
memory-management
realloc
alloca
What happens if I re-alloc and the new size is 0. Is this equivalent with a free?
Oct 24, 2022
c
realloc
Should I enforce realloc check if the new block size is smaller than the initial?
Jun 04, 2017
c
realloc
realloc() invalid old size
Jul 29, 2019
c
dynamic-memory-allocation
realloc
Is realloc() safe in embedded system?
Oct 18, 2022
c
memory-management
embedded
realloc
Is it true, that modern OS may skip copy when realloc is called
May 28, 2019
memory-management
linux-kernel
realloc
Behavior of realloc when the new size is the same as the old one
Sep 02, 2022
c
memory
realloc
How much overhead do realloc calls introduce?
Oct 29, 2022
c++
c
memory
memory-management
realloc
« Newer Entries
Older Entries »