MCPcopy 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

56JEMALLOC_NOINLINE
57#endif
58static bool
59ticker_fixup(ticker_t *ticker) {
60 ticker->tick = ticker->nticks;
61 return true;
62}
63
64static inline bool
65ticker_ticks(ticker_t *ticker, int32_t nticks) {

Callers 1

ticker_ticksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected