Search code examples
Why is there a "strdup" function, but not "memdup" function in the standard?...


cmemcpystrdupc-standard-library

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


cmemcpymemmove

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
Is it guaranteed to be safe to perform memcpy(0,0,0)?...


cmemcpylanguage-lawyernull-pointer

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


cmemcpymemmove

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
memcpy vs assignment in C...


cstructvariable-assignmentmemcpy

Read More
Garbage value when swapping array with memcpy()...


arrayscswapmemcpygarbage

Read More
How strided memcpy(3) works in libvpx...


cmemcpycodecstridelibvpx

Read More
strcpy vs. memcpy...


cmemcpystrcpy

Read More
memcpy for create int[] from byte[]...


c++arrayssortingmemcpy

Read More
gcc efficient byte copy for ARM Cortex-M4...


assemblyarmmemcpycortex-m

Read More
Would overwriting a polymorphic object byte-by-byte in memory ever be valid in C++?...


c++language-lawyerstandardsmemcpy

Read More
Very fast memcpy for image processing?...


cassemblyoptimizationx86memcpy

Read More
How to initialize a buffer of large size to all bits on?...


cbitmemcpytwos-complement

Read More
Heat equation matrix in CUDA - illegal address error...


matrixcudamemcpygpu-shared-memory

Read More
Can I copy data to device kernel function which is executing from host?...


cudamemcpyunified-memory

Read More
BackNext