Search code examples
Why does bit cast require both types to be trivially-copyable?...

c++c++20memcpytype-punningbit-cast

Read More
memcpy underlying data from std::vector of objects...

c++memcpy

Read More
Is it guaranteed to be safe to perform memcpy(0,0,0)?...

cmemcpylanguage-lawyernull-pointer

Read More
Malloc and memcpy struct plus array...

cmallocmemcpy

Read More
How do I copy a unsigned long long to a byte array in c++?...

c++arraysmemcpy

Read More
Getting GCC to compile without inserting call to memcpy...

gccmemcpylibc

Read More
Why am I unable to copy and execute a function in C?...

clinuxfunctiongdbmemcpy

Read More
memcpy() vs memmove()...

cmemcpymemmove

Read More
Is an 8 byte memcpy() atomic on a 64bit linux machine?...

phplinuxconcurrencyatomicmemcpy

Read More
Why cast 'void*' pointers to 'unsigned char *' in memcpy's implementation?...

cpointerscastingimplementationmemcpy

Read More
In C,is casting to (void*) not needed/inadvisable for memcpy() just as it is not needed for malloc()...

ccastingmallocvoid-pointersmemcpy

Read More
What is the difference between memmove and memcpy?...

cmemcpymemmove

Read More
Efficient way of copying between std::complex vector and Intel IPP complex array...

signal-processingmemcpyintel-ipp

Read More
Why does memcpy result in an unexpected value?...

c++memorybinarycoutmemcpy

Read More
Why is there a "strdup" function, but not "memdup" function in the standard?...

cmemcpystrdupc-standard-library

Read More
Why is using memcpy with custom structs that have pointers in them causing a heap buffer overflow?...

arrayscdynamicmemcpyaddress-sanitizer

Read More
memcpy and memset function to java...

javacmemcpy

Read More
Meaning of "trivial eligible constructor" for implicit lifetime types and memcpy...

c++lifetimememcpy

Read More
Is assigning a struct variable to itself (via pointer dereferencing) defined behaviour?...

cpointersstructmemcpy

Read More
using memcpy for copy constructor and assignment operator for 2d array...

c++copy-constructormemcpyassignment-operator

Read More
"memcpy must be given valid pointers": where can I find this in the standard?...

c++language-lawyermemcpy

Read More
Replacing reinterpret_cast by memcpy...

c++memcpy

Read More
Why does memcpy into a buffer and a pointer to the buffer work the same?...

cstringpointersbuffermemcpy

Read More
Memcpy data directly into std::vector...

c++stdvectormemcpy

Read More
How to Recover in C++ from memcpy "Bus Error" from FPGA?...

c++error-handlingmmapmemcpy

Read More
Practical advantages of std::copy, std::equal, std::fill over memcpy, memset, memcmp...

c++memcpymemsetmemcmp

Read More
Can an access violation be a disguised out-of-memory error?...

c++memory-managementaccess-violationmemcpycrash-dumps

Read More
Copying struct into one element of an array...

c++dictionarypointersmemcpy

Read More
Convert byte array to float in Lua [Float Data Structure]...

floating-pointluamemcpy

Read More
std::copy() vs memcpy() with std::vectors and fftw_malloc...

c++c++11stdvectormemcpy

Read More
BackNext