Evict cache lines by writing to a large block of memory.
Declared in <folly/BenchmarkUtil.h>
void
bm_llc_evict(size_t value);
Write to a large block of memory and evict whatever cache lines might currently be resident in any levels of cache.
| Name | Description |
|---|---|
| value | Number of bytes to write over in order to evict the cache. |