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

Function dictEnableResize

src/dict.cpp:1428–1430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1426}
1427
1428void dictEnableResize(void) {
1429 dict_can_resize = 1;
1430}
1431
1432void dictDisableResize(void) {
1433 dict_can_resize = 0;

Callers 1

updateDictResizePolicyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected