Sync with master

bench: 7374604
This commit is contained in:
Marco Costalba
2015-01-31 13:04:15 +01:00
3 changed files with 24 additions and 2 deletions

View File

@@ -88,6 +88,7 @@ public:
void new_search() { generation8 += 4; } // Lower 2 bits are used by Bound
uint8_t generation() const { return generation8; }
TTEntry* probe(const Key key, bool& found) const;
int hashfull() const;
void resize(size_t mbSize);
void clear();