mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
a62f08e050
Add SWIFT_DEBUG_ENABLE_TASK_SLAB_ALLOCATOR, which is on by default. When turned off, async stack allocations call through to malloc/free. This allows memory debugging tools to be used on async stack allocations.