Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ ticker_fixup
Function
ticker_fixup
deps/jemalloc/include/jemalloc/internal/ticker.h:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
JEMALLOC_NOINLINE
57
#endif
58
static bool
59
ticker_fixup(ticker_t *ticker) {
60
ticker->tick = ticker->nticks;
61
return true;
62
}
63
64
static inline bool
65
ticker_ticks(ticker_t *ticker, int32_t nticks) {
Callers
1
ticker_ticks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected