MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / f3

Function f3

deps/jemalloc/test/unit/prof_log.c:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 "Unexpected mallctl failure when stopping logging");
90}
91TEST_END
92
93static void f3() {
94 void *p = malloc(100);
95 free(p);
96}
97
98static void f1() {
99 void *p = malloc(100);

Callers 2

f1Function · 0.85
prof_log.cFile · 0.85

Calls 2

mallocFunction · 0.85
freeFunction · 0.85

Tested by

no test coverage detected