File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 3810
3810
\grammarterm {new-expression}{s}\iref {expr.new }, and destroyed using
3811
3811
\indextext {\idxcode {delete}}%
3812
3812
\grammarterm {delete-expression}{s}\iref {expr.delete }. A \Cpp {} implementation
3813
- provides access to, and management of, dynamic storage via the global
3814
- \defn {allocation functions} \tcode {\keyword {operator} \keyword {new}} and \tcode {\keyword {operator}
3815
- \keyword {new}[]} and the global \defn {deallocation functions} \tcode {\keyword {operator}
3816
- \keyword {delete}} and \tcode {\keyword {operator} \keyword {delete}[]}.
3813
+ provides access to, and management of, dynamic storage via
3814
+ the global \defnx {allocation functions}{allocation function}
3815
+ \tcode {\keyword {operator} \keyword {new}} and
3816
+ \tcode {\keyword {operator} \keyword {new}[]} and
3817
+ the global \defnx {deallocation functions}{deallocation function}
3818
+ \tcode {\keyword {operator} \keyword {delete}} and
3819
+ \tcode {\keyword {operator} \keyword {delete}[]}.
3817
3820
\begin {note }
3818
3821
The non-allocating forms described in \ref {new.delete.placement }
3819
3822
do not perform allocation or deallocation.
You can’t perform that action at this time.
0 commit comments