Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
91
TEST_END
92
93
static void f3() {
94
void *p = malloc(100);
95
free(p);
96
}
97
98
static void f1() {
99
void *p = malloc(100);
Callers
2
f1
Function · 0.85
prof_log.c
File · 0.85
Calls
2
malloc
Function · 0.85
free
Function · 0.85
Tested by
no test coverage detected