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.
1 parent b132a38 commit 723d02dCopy full SHA for 723d02d
CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h
@@ -375,7 +375,7 @@ static inline _Bool _resizeConditionalAllocationBuffer(_ConditionalAllocationBuf
375
return true;
376
}
377
378
-static inline _Bool _withStackOrHeapBuffer(size_t amount, void (__attribute__((noescape)) ^ _Nonnull applier)(_ConditionalAllocationBuffer *_Nonnull)) {
+static inline _Bool _withStackOrHeapBuffer(size_t amount, void (CF_NOESCAPE ^ _Nonnull applier)(_ConditionalAllocationBuffer *_Nonnull)) {
379
_ConditionalAllocationBuffer buffer;
380
#if TARGET_OS_MAC
381
buffer.capacity = malloc_good_size(amount);
0 commit comments