bit_unset marks an entry as something that should not be overwritten.

Synopsis

Declared in <cuckoocache.h>

void
bit_unset(uint32_t s);

Parameters

Name

Description

s

the index of the entry to bit_unset

Postconditions

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

Created with MrDocs