mirror of
https://github.com/apple/swift-system.git
synced 2025-04-20 03:46:32 +08:00
`.capacity` is backed by malloc introspection (`malloc_size`), which is not available on all platforms. The workaround is straightforward here, thankfully: instead, use the minimum capacity already specified.