Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ tsd_boot
Function
tsd_boot
deps/jemalloc/include/jemalloc/internal/tsd_win.h:97–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
tsd_wrapper_set(wrapper);
96
}
97
JEMALLOC_ALWAYS_INLINE bool
98
tsd_boot(void) {
99
if (tsd_boot0()) {
100
return true;
101
}
102
tsd_boot1();
103
return false;
104
}
105
106
JEMALLOC_ALWAYS_INLINE bool
107
tsd_booted_get(void) {
Callers
nothing calls this directly
Calls
2
tsd_boot0
Function · 0.70
tsd_boot1
Function · 0.70
Tested by
no test coverage detected