tmp/tmpwa15pkfb/{from.md → to.md}
RENAMED
|
@@ -7,12 +7,12 @@ void release();
|
|
| 7 |
*Effects:* Calls `upstream_rsrc->deallocate()` as necessary to release
|
| 8 |
all allocated memory. Resets `current_buffer` and `next_buffer_size` to
|
| 9 |
their initial values at construction.
|
| 10 |
|
| 11 |
[*Note 1*: The memory is released back to `upstream_rsrc` even if some
|
| 12 |
-
blocks that were allocated from `this` have not been deallocated from
|
| 13 |
-
`this`. — *end note*]
|
| 14 |
|
| 15 |
``` cpp
|
| 16 |
memory_resource* upstream_resource() const;
|
| 17 |
```
|
| 18 |
|
|
|
|
| 7 |
*Effects:* Calls `upstream_rsrc->deallocate()` as necessary to release
|
| 8 |
all allocated memory. Resets `current_buffer` and `next_buffer_size` to
|
| 9 |
their initial values at construction.
|
| 10 |
|
| 11 |
[*Note 1*: The memory is released back to `upstream_rsrc` even if some
|
| 12 |
+
blocks that were allocated from `*this` have not been deallocated from
|
| 13 |
+
`*this`. — *end note*]
|
| 14 |
|
| 15 |
``` cpp
|
| 16 |
memory_resource* upstream_resource() const;
|
| 17 |
```
|
| 18 |
|