MCPcopy 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
383static inline bool
384tsd_nominal(tsd_t *tsd) {
385 return (tsd_state_get(tsd) <= tsd_state_nominal_max);
386}
387
388JEMALLOC_ALWAYS_INLINE tsdn_t *
389tsdn_fetch(void) {

Callers 5

prof_inlines_b.hFile · 0.70
prof_sample_checkFunction · 0.70
tsd_state_computeFunction · 0.50
arena_tdata_get_hardFunction · 0.50

Calls 1

tsd_state_getFunction · 0.85

Tested by

no test coverage detected