Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions source/memory.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8176,9 +8176,8 @@
The resulting object will hold a copy of \tcode{upstream},
but will not own the resource to which \tcode{upstream} points.
\begin{note}
The intention is that calls to \tcode{upstream->allocate()}
will be substantially fewer than calls to \tcode{this->allocate()}
in most cases.
The intention is that in most cases there will be substantially fewer
calls to \tcode{upstream->allocate()} than to \tcode{this->allocate()}.
\end{note}
The behavior of the pooling mechanism is tuned
according to the value of the \tcode{opts} argument.
Expand Down