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.
Solution::getTotalMemory
1 parent 747cbfc commit b761e4fCopy full SHA for b761e4f
lib/Sema/ConstraintSystem.cpp
@@ -4423,7 +4423,6 @@ size_t Solution::getTotalMemory() const {
4423
size_in_bytes(PackEnvironments) +
4424
PackElementGenericEnvironments.size() +
4425
(DefaultedConstraints.size() * sizeof(void *)) +
4426
- ImplicitCallAsFunctionRoots.getMemorySize() +
4427
nodeTypes.getMemorySize() +
4428
keyPathComponentTypes.getMemorySize() +
4429
size_in_bytes(KeyPaths) +
0 commit comments