We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f102a9 commit 77c7931Copy full SHA for 77c7931
llvm/include/llvm/ADT/SmallPtrSet.h
@@ -46,7 +46,7 @@ namespace llvm {
46
/// sets are often small. In this case, no memory allocation is used, and only
47
/// light-weight and cache-efficient scanning is used.
48
///
49
-/// Large sets use a classic exponentially-probed hash table. Empty buckets are
+/// Large sets use a classic quadratically-probed hash table. Empty buckets are
50
/// represented with an illegal pointer value (-1) to allow null pointers to be
51
/// inserted. Tombstones are represented with another illegal pointer value
52
/// (-2), to allow deletion. The hash table is resized when the table is 3/4 or
0 commit comments