MCPcopy 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
539void
540bt_init(prof_bt_t *bt, void **vec) {
541 cassert(config_prof);
542
543 bt->vec = vec;
544 bt->len = 0;
545}
546
547static void
548prof_enter(tsd_t *tsd, prof_tdata_t *tdata) {

Callers 2

prof_try_logFunction · 0.70
prof_inlines_b.hFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected