MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / memset

Method memset

rEFIt_UEFI/cpp_foundation/XBuffer.h:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111// unsigned char& operator [](size_t i) { return UCData()[i]; }
112
113 void memset(unsigned char c) {
114 memset(_WData, c, size());
115 }
116
117 template<typename IntegralType, enable_if(is_integral(IntegralType))>
118 void memset(unsigned char c, IntegralType count) {

Callers 1

FillinKextPatchesFunction · 0.80

Calls 2

memsetFunction · 0.50
panicFunction · 0.50

Tested by

no test coverage detected