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 69e8b8f commit d0026ccCopy full SHA for d0026cc
libcxx/include/__memory/array_cookie.h
@@ -78,8 +78,8 @@ struct [[__gnu__::__aligned__(_LIBCPP_ALIGNOF(_Tp))]] __arm_array_cookie {
78
// In practice, it is sufficient to read the bytes immediately before the first array element.
79
//
80
81
-// In the ARM ABI [2]
82
-// ------------------
+// In the Itanium ABI with ARM differences [2]
+// -------------------------------------------
83
// The array cookie is stored at the very start of the allocation and it has the following form:
84
85
// struct array_cookie {
0 commit comments