mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Use the HeapWalk API for heap iteration instead of the Heap32First/Next API, which was known to be slow. Since HeapWalk only works locally, it requires using a remote thread and a DLL.
5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
module SwiftInspectClientInterface {
|
|
header "SwiftInspectClientInterface.h"
|
|
export *
|
|
}
|