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 5391abb commit 4113697Copy full SHA for 4113697
stdlib/public/SwiftShims/LibcShims.h
@@ -91,7 +91,7 @@ static inline __swift_size_t _swift_stdlib_malloc_size(const void *ptr) {
91
|| defined(__HAIKU__) || defined(__FreeBSD__)
92
static inline __swift_size_t _swift_stdlib_malloc_size(const void *ptr) {
93
extern __swift_size_t malloc_usable_size(void *ptr);
94
- return malloc_usable_size((void *)ptrß);
+ return malloc_usable_size((void *)ptr);
95
}
96
#elif defined(_WIN32)
97
0 commit comments