Skip to content

Commit fd6f46f

Browse files
authored
fix path to cstdlib/malloc
1 parent 2b759fa commit fd6f46f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lang/cpp14/sized_deallocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ int main()
8585
}
8686
```
8787
* std::printf[link /reference/cstdio/printf.md.nolink]
88-
* std::malloc[link /reference/cstdlib/malloc.md.nolink]
88+
* std::malloc[link /reference/cstdlib/malloc.md]
8989
9090
9191
### 出力

reference/cstdlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
| 名前 | 説明 | 対応バージョン |
4141
|------|------|----------------|
4242
| [`aligned_alloc`](cstdlib/aligned_alloc.md) | 指定したアライメントでメモリを確保する (function) | C++17 |
43-
| [`malloc`](cstdlib/malloc.md.nolink) | メモリを確保する (function) | |
43+
| [`malloc`](cstdlib/malloc.md) | メモリを確保する (function) | |
4444
| [`calloc`](cstdlib/calloc.md) | メモリを確保し、領域をゼロ初期化する (function) | |
4545
| [`realloc`](cstdlib/realloc.md.nolink) | メモリを再確保する (function) | |
4646
| [`free`](cstdlib/free.md.nolink) | 確保したメモリを解放する (function) | |

0 commit comments

Comments
 (0)