FastLED 3.9.15
Loading...
Searching...
No Matches

◆ memcopy()

void * fl::memcopy ( void * dest,
const void * src,
size_t n )
inline

Definition at line 103 of file cstring.h.

103 {
104 return memcpy(dest, src, n);
105}
void * memcpy(void *dest, const void *src, size_t n) FL_NOEXCEPT

References FL_NOEXCEPT, and memcpy().

Referenced by fl::third_party::MP3Decode(), fl::third_party::plm_audio_create_with_buffer(), fl::third_party::plm_buffer_write(), fl::third_party::plm_video_decode_sequence_header(), CodecProcessor::processGif(), CodecProcessor::processJpeg(), CodecProcessor::processMpeg1(), shiftUp(), and fl::ChannelData::writeWithPadding().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: