MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / CopyMemory

Function CopyMemory

TSPlatform.h:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219
220 inline void CopyMemory(const void *source, void *dest, uint32 size)
221 {
222 memcpy(dest, source, size);
223 }
224
225 inline void FillMemory(void *ptr, uint32 size, uint8 value)
226 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected