Skip to content

Commit 866e222

Browse files
authored
Add name clarification to new description
1 parent 82dd8d2 commit 866e222

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, or 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)