17 lines
530 B
Markdown
17 lines
530 B
Markdown
[support.dynamic.general]
|
|
|
|
# 17 Language support library [[support]](./#support)
|
|
|
|
## 17.6 Dynamic memory management [[support.dynamic]](support.dynamic#general)
|
|
|
|
### 17.6.1 General [support.dynamic.general]
|
|
|
|
[1](#1)
|
|
|
|
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/support.tex#L2326)
|
|
|
|
The header <new> defines several
|
|
functions that manage the allocation of dynamic storage in a program[.](#1.sentence-1)
|
|
|
|
It also defines components for reporting storage management errors[.](#1.sentence-2)
|