tmp/tmpom4z4i9n/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
**Table: Memory management library summary** <a id="mem.summary">[mem.summary]</a>
|
| 2 |
|
| 3 |
| Subclause | | Header |
|
| 4 |
-
| --------------------- | ----------------- | ----------------------- |
|
| 5 |
| [[memory]] | Memory | `<cstdlib>`, `<memory>` |
|
| 6 |
| [[smartptr]] | Smart pointers | `<memory>` |
|
|
|
|
| 7 |
| [[mem.res]] | Memory resources | `<memory_resource>` |
|
| 8 |
| [[allocator.adaptor]] | Scoped allocators | `<scoped_allocator>` |
|
| 9 |
|
|
|
|
| 1 |
**Table: Memory management library summary** <a id="mem.summary">[mem.summary]</a>
|
| 2 |
|
| 3 |
| Subclause | | Header |
|
| 4 |
+
| ----------------------- | -------------------------------- | ----------------------- |
|
| 5 |
| [[memory]] | Memory | `<cstdlib>`, `<memory>` |
|
| 6 |
| [[smartptr]] | Smart pointers | `<memory>` |
|
| 7 |
+
| [[mem.composite.types]] | Types for composite class design | `<memory>` |
|
| 8 |
| [[mem.res]] | Memory resources | `<memory_resource>` |
|
| 9 |
| [[allocator.adaptor]] | Scoped allocators | `<scoped_allocator>` |
|
| 10 |
|