Skip to content

Commit 83fd06f

Browse files
author
Colin Robertson
authored
Merge pull request #3475 from wmcnamara/patch-1
Add name clarification to new description
2 parents b0350af + 99efcad commit 83fd06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/new-operator-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.assetid: 69fee812-1c28-4882-8fda-d1ad17860004
77
---
88
# new Operator (C++)
99

10-
Allocates memory for an object or array of objects of *type-name* from the free store and returns a suitably typed, nonzero pointer to the object.
10+
Allocates memory for an object or array of objects of *type-name* from the free store, commonly called the "heap", and returns a suitably typed, nonzero pointer to the object.
1111

1212
> [!NOTE]
1313
> Microsoft C++ Component Extensions provides support for the **`new`** keyword to add vtable slot entries. For more information, see [new (new slot in vtable)](../extensions/new-new-slot-in-vtable-cpp-component-extensions.md)

0 commit comments

Comments
 (0)