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

Function prof_bt_node_hash

deps/jemalloc/src/prof.c:2161–2165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2159}
2160
2161static void
2162prof_bt_node_hash(const void *key, size_t r_hash[2]) {
2163 const prof_bt_node_t *bt_node = (prof_bt_node_t *)key;
2164 prof_bt_hash((void *)(&bt_node->bt), r_hash);
2165}
2166
2167static bool
2168prof_bt_node_keycomp(const void *k1, const void *k2) {

Callers

nothing calls this directly

Calls 1

prof_bt_hashFunction · 0.70

Tested by

no test coverage detected