Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
static void f1() {
99
void *p = malloc(100);
100
f3();
101
free(p);
102
}
103
104
static void f2() {
105
void *p = malloc(100);
Callers
1
prof_log.c
File · 0.85
Calls
3
malloc
Function · 0.85
f3
Function · 0.85
free
Function · 0.85
Tested by
no test coverage detected