MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / ticker_copy

Function ticker_copy

deps/jemalloc/include/jemalloc/internal/ticker.h:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25static inline void
26ticker_copy(ticker_t *ticker, const ticker_t *other) {
27 *ticker = *other;
28}
29
30static inline int32_t
31ticker_read(const ticker_t *ticker) {

Callers 2

TEST_BEGINFunction · 0.50
arena_tdata_get_hardFunction · 0.50

Calls

no outgoing calls

Tested by 1

TEST_BEGINFunction · 0.40