Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ base_boot
Function
base_boot
deps/jemalloc/src/base.c:510–514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
}
509
510
bool
511
base_boot(tsdn_t *tsdn) {
512
b0 = base_new(tsdn, 0, (extent_hooks_t *)&extent_hooks_default);
513
return (b0 == NULL);
514
}
Callers
1
malloc_init_hard_a0_locked
Function · 0.70
Calls
1
base_new
Function · 0.70
Tested by
no test coverage detected