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

Function f1

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

Source from the content-addressed store, hash-verified

96}
97
98static void f1() {
99 void *p = malloc(100);
100 f3();
101 free(p);
102}
103
104static void f2() {
105 void *p = malloc(100);

Callers 1

prof_log.cFile · 0.85

Calls 3

mallocFunction · 0.85
f3Function · 0.85
freeFunction · 0.85

Tested by

no test coverage detected