Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ bt_init
Function
bt_init
deps/jemalloc/src/prof.c:539–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
537
}
538
539
void
540
bt_init(prof_bt_t *bt, void **vec) {
541
cassert(config_prof);
542
543
bt->vec = vec;
544
bt->len = 0;
545
}
546
547
static void
548
prof_enter(tsd_t *tsd, prof_tdata_t *tdata) {
Callers
2
prof_try_log
Function · 0.70
prof_inlines_b.h
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected