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

Function memset

c/stringzilla.c:604–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602void *__cdecl memset(void *s, int c, size_t n) {
603#else
604SZ_DYNAMIC void *memset(void *s, int c, size_t n) {
605#endif
606 sz_fill(s, n, c);
607 return (void *)s;
608}
609
610#if !defined(_MSC_VER)
611SZ_DYNAMIC void *memmem(void const *h, size_t h_len, void const *n, size_t n_len) {

Callers 5

memset_like_szFunction · 0.50
test_memory_utilitiesFunction · 0.50
operator()Method · 0.50

Calls 1

sz_fillFunction · 0.70

Tested by 2

test_memory_utilitiesFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…