MCPcopy Create free account
hub / github.com/cpputest/cpputest / PlatformSpecificMemset

Function PlatformSpecificMemset

src/Platforms/Symbian/UtestPlatform.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void* PlatformSpecificMemset(void* mem, int c, size_t size)
124{
125 return memset(mem, c, size);
126}
127
128PlatformSpecificFile PlatformSpecificFOpen(const char* filename, const char* flag) {
129 return fopen(filename, flag);

Callers 3

cpputest_calloc_locationFunction · 0.85
invalidateMemoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected