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

Function f2

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

Source from the content-addressed store, hash-verified

102}
103
104static void f2() {
105 void *p = malloc(100);
106 free(p);
107}
108
109TEST_BEGIN(test_prof_log_many_traces) {
110

Callers 1

prof_log.cFile · 0.85

Calls 2

mallocFunction · 0.85
freeFunction · 0.85

Tested by

no test coverage detected