mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 10:29:01 +08:00
13 lines
286 B
Diff
13 lines
286 B
Diff
--- a/folly/Malloc.h Mon Oct 09 04:35:09 2017
|
|
+++ b/folly/Malloc.h Fri Oct 13 15:31:36 2017
|
|
@@ -189,9 +189,6 @@
|
|
return false;
|
|
}
|
|
|
|
- /* Avoid optimizing away the malloc. */
|
|
- asm volatile("" ::"m"(ptr) : "memory");
|
|
-
|
|
return (origAllocated != *counter);
|
|
}();
|
|
|