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.
2 parents ef570d1 + bc9b9a5 commit dffaa9bCopy full SHA for dffaa9b
include/swift/Runtime/Concurrent.h
@@ -812,7 +812,7 @@ struct ConcurrentReadableHashMap {
812
/// the first element of a variable-length array, whose size is determined by
813
/// the allocation.
814
struct ElementStorage {
815
- uint32_t Capacity;
+ uintptr_t Capacity : 32;
816
ElemTy Elem;
817
818
static ElementStorage *allocate(size_t capacity) {
0 commit comments