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

Function FillMemory

TSPlatform.h:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 inline void FillMemory(void *ptr, uint32 size, uint8 value)
226 {
227 memset(ptr, value, size);
228 }
229
230 inline void ClearMemory(void *ptr, uint32 size)
231 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected