tmp/tmpen2ymxmp/{from.md → to.md}
RENAMED
|
@@ -5,11 +5,11 @@
|
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:* Destroys this `memory_resource`.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
-
|
| 11 |
```
|
| 12 |
|
| 13 |
*Effects:* Allocates storage by calling `do_allocate(bytes, alignment)`
|
| 14 |
and implicitly creates objects within the allocated region of storage.
|
| 15 |
|
|
|
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:* Destroys this `memory_resource`.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
+
void* allocate(size_t bytes, size_t alignment = max_align);
|
| 11 |
```
|
| 12 |
|
| 13 |
*Effects:* Allocates storage by calling `do_allocate(bytes, alignment)`
|
| 14 |
and implicitly creates objects within the allocated region of storage.
|
| 15 |
|