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.
memalignment.cpp
1 parent e8c38bd commit 46d9f09Copy full SHA for 46d9f09
libc/src/stdlib/memalignment.cpp
@@ -1,6 +1,16 @@
1
+//===-- Implementation for memalignment -------------------------*- C++ -*-===//
2
+//
3
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+// See https://llvm.org/LICENSE.txt for license information.
5
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
7
+//===----------------------------------------------------------------------===//
8
+
9
#include "src/stdlib/memalignment.h"
-#include "src/__support/macros/config.h"
10
#include "src/__support/CPP/bit.h"
11
+#include "src/__support/common.h"
12
+#include "src/__support/macros/config.h"
13
14
namespace LIBC_NAMESPACE_DECL {
15
16
LLVM_LIBC_FUNCTION(size_t, memalignment, (const void *p)) {
0 commit comments