Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ tsd_nominal
Function
tsd_nominal
deps/jemalloc/include/jemalloc/internal/tsd.h:383–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
}
382
383
static inline bool
384
tsd_nominal(tsd_t *tsd) {
385
return (tsd_state_get(tsd) <= tsd_state_nominal_max);
386
}
387
388
JEMALLOC_ALWAYS_INLINE tsdn_t *
389
tsdn_fetch(void) {
Callers
5
prof_inlines_b.h
File · 0.70
prof_sample_check
Function · 0.70
tsd_state_compute
Function · 0.50
assert_tsd_data_cleanup_done
Function · 0.50
arena_tdata_get_hard
Function · 0.50
Calls
1
tsd_state_get
Function · 0.85
Tested by
no test coverage detected