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.
cstdlib/aligined_alloc.md
1 parent 18a9e14 commit a182dacCopy full SHA for a182dac
reference/cstdlib.md
@@ -39,7 +39,7 @@
39
40
| 名前 | 説明 | 対応バージョン |
41
|------|------|----------------|
42
-| [`aligned_alloc`](cstdlib/aligned_alloc.md.nolink) | 指定したアライメントでメモリを確保する (function) | C++17 |
+| [`aligned_alloc`](cstdlib/aligned_alloc.md) | 指定したアライメントでメモリを確保する (function) | C++17 |
43
| [`malloc`](cstdlib/malloc.md.nolink) | メモリを確保する (function) | |
44
| [`calloc`](cstdlib/calloc.md) | メモリを確保し、領域をゼロ初期化する (function) | |
45
| [`realloc`](cstdlib/realloc.md.nolink) | メモリを再確保する (function) | |
0 commit comments