Files
swift-mirror/stdlib/public/Concurrency/TaskLocal.cpp
Mike Ash 29245e4ef2 [Concurrency] Fix MarkerItem::create to use malloc when there's no task.
Item::destroy will call free when there's no task, so the allocation needs to match, lest we free something that wasn't malloced and crash.

rdar://162589711
2025-10-29 18:17:33 -04:00

19 KiB