Home
last modified time | relevance | path

Searched refs:autoMemoryFreed (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c803 int autoMemoryFreed(RedisModuleCtx *ctx, int type, void *ptr) { in autoMemoryFreed() function
942 if (ctx != NULL) autoMemoryFreed(ctx,REDISMODULE_AM_STRING,str); in RM_FreeString()
970 if (ctx == NULL || !autoMemoryFreed(ctx,REDISMODULE_AM_STRING,str)) { in RM_RetainString()
1552 autoMemoryFreed(key->ctx,REDISMODULE_AM_KEY,key); in RM_CloseKey()
2593 autoMemoryFreed(ctx,REDISMODULE_AM_REPLY,reply); in RM_FreeCallReply()
4454 if (ctx != NULL) autoMemoryFreed(ctx,REDISMODULE_AM_DICT,d); in RM_FreeDict()