MCPcopy Create free account
hub / github.com/F-Stack/f-stack / freeSlotsToKeysMapAsync

Function freeSlotsToKeysMapAsync

app/redis-6.2.6/src/lazyfree.c:212–215  ·  view source on GitHub ↗

Release the radix tree mapping Redis Cluster keys to slots asynchronously. */

Source from the content-addressed store, hash-verified

210
211/* Release the radix tree mapping Redis Cluster keys to slots asynchronously. */
212void freeSlotsToKeysMapAsync(rax *rt) {
213 atomicIncr(lazyfree_objects,rt->numele);
214 bioCreateLazyFreeJob(lazyfreeFreeSlotsMap,1,rt);
215}
216
217/* Free an object, if the object is huge enough, free it in async way. */
218void freeTrackingRadixTreeAsync(rax *tracking) {

Callers 1

freeSlotsToKeysMapFunction · 0.85

Calls 1

bioCreateLazyFreeJobFunction · 0.85

Tested by

no test coverage detected