bit_set sets an entry as discardable.

Synopsis

Declared in <cuckoocache.h>

void
bit_set(uint32_t s);

Parameters

Name

Description

s

the index of the entry to bit_set

Postconditions

  • immediately subsequent call (assuming proper external memory ordering) to bit_is_set(s) == true.

Created with MrDocs