Skip to content

Commit fe1aa0a

Browse files
authored
Update malloc.md
1 parent fa2cdbf commit fe1aa0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/c-runtime-library/reference/malloc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ apitype: "DLLExport"
2626
f1_keywords:
2727
- "malloc"
2828
dev_langs:
29-
- "C++"
30-
- "C"
29+
- "cpp"
30+
- "c"
3131
helpviewer_keywords:
3232
- "malloc function"
3333
- "memory allocation"
@@ -157,4 +157,4 @@ Memory freed
157157
[calloc](../../c-runtime-library/reference/calloc.md)
158158
[free](../../c-runtime-library/reference/free.md)
159159
[realloc](../../c-runtime-library/reference/realloc.md)
160-
[_aligned_malloc](../../c-runtime-library/reference/aligned-malloc.md)
160+
[_aligned_malloc](../../c-runtime-library/reference/aligned-malloc.md)

0 commit comments

Comments
 (0)