We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2cdbf commit fe1aa0aCopy full SHA for fe1aa0a
docs/c-runtime-library/reference/malloc.md
@@ -26,8 +26,8 @@ apitype: "DLLExport"
26
f1_keywords:
27
- "malloc"
28
dev_langs:
29
- - "C++"
30
- - "C"
+ - "cpp"
+ - "c"
31
helpviewer_keywords:
32
- "malloc function"
33
- "memory allocation"
@@ -157,4 +157,4 @@ Memory freed
157
[calloc](../../c-runtime-library/reference/calloc.md)
158
[free](../../c-runtime-library/reference/free.md)
159
[realloc](../../c-runtime-library/reference/realloc.md)
160
- [_aligned_malloc](../../c-runtime-library/reference/aligned-malloc.md)
+ [_aligned_malloc](../../c-runtime-library/reference/aligned-malloc.md)
0 commit comments