MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / memfrob

Function memfrob

c/stringzilla.c:620–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620SZ_DYNAMIC void memfrob(void *s, size_t n) {
621 static sz_u64_t nonce = 42;
622 sz_fill_random(s, n, nonce++);
623}
624
625#endif
626#endif // SZ_OVERRIDE_LIBC

Callers

nothing calls this directly

Calls 1

sz_fill_randomFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…