bit_is_set queries the table for discardability at s.

Synopsis

Declared in <cuckoocache.h>

bool
bit_is_set(uint32_t s) const;

Return Value

true if the bit at index s was set, false otherwise

Parameters

Name

Description

s

the index of the entry to read

Created with MrDocs