Skip to content

Commit

Permalink
Updated evict.c
Browse files Browse the repository at this point in the history
Signed-off-by: NAM UK KIM <namuk2004@naver.com>
  • Loading branch information
Virusuki committed Apr 26, 2024
1 parent 50442ac commit f3c2adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evict.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ int performEvictions(void) {
if (!isSafeToPerformEvictions()) return EVICT_OK;

int keys_freed = 0;
size_t mem_reported, mem_tofree;
size_t mem_reported, mem_tofree; /* Maybe become negative */
long long mem_freed = 0;
mstime_t latency, eviction_latency;
long long delta;
Expand Down

0 comments on commit f3c2adc

Please sign in to comment.