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

Function dictDisableResize

src/dict.cpp:1432–1434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1430}
1431
1432void dictDisableResize(void) {
1433 dict_can_resize = 0;
1434}
1435
1436uint64_t dictGetHash(dict *d, const void *key) {
1437 return dictHashKey(d, key);

Callers 1

updateDictResizePolicyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected