Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ ClearMemory
Function
ClearMemory
TSPlatform.h:230–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
inline void ClearMemory(void *ptr, uint32 size)
231
{
232
memset(ptr, 0, size);
233
}
234
}
235
236
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected