From Jason Turner

[mem.res.pool.options]

Diff to HTML by rtfpessoa

tmp/tmpykuubijc/{from.md → to.md} RENAMED
@@ -7,11 +7,11 @@ is described below:
7
  ``` cpp
8
  size_t max_blocks_per_chunk;
9
  ```
10
 
11
  The maximum number of blocks that will be allocated at once from the
12
- upstream memory resource ([[mem.res.monotonic.buffer]]) to replenish a
13
  pool. If the value of `max_blocks_per_chunk` is zero or is greater than
14
  an *implementation-defined* limit, that limit is used instead. The
15
  implementation may choose to use a smaller value than is specified in
16
  this field and may use different values for different pools.
17
 
 
7
  ``` cpp
8
  size_t max_blocks_per_chunk;
9
  ```
10
 
11
  The maximum number of blocks that will be allocated at once from the
12
+ upstream memory resource [[mem.res.monotonic.buffer]] to replenish a
13
  pool. If the value of `max_blocks_per_chunk` is zero or is greater than
14
  an *implementation-defined* limit, that limit is used instead. The
15
  implementation may choose to use a smaller value than is specified in
16
  this field and may use different values for different pools.
17