Skip to content

Commit

Permalink
Fix broken doc link.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Mar 4, 2022
1 parent ca329d1 commit dc02d0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions asio/src/doc/overview/allocation.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ will insert appropriate memory barriers to ensure correct memory visibility
should an asynchronous operation need to call the allocation functions from
different threads. (Note: If the same allocator is shared across multiple
concurrent asynchronous operations, this can result in concurrent calls to the
memory allocation functions. Use of a [link asio.overview.strands strand] does
not prevent these concurrent calls, as an operation may need to allocate memory
from outside the strand. In this case, the shared allocator is responsible for
providing the necessary thread safety guarantees.)
memory allocation functions. Use of a [link asio.overview.core.strands strand]
does not prevent these concurrent calls, as an operation may need to allocate
memory from outside the strand. In this case, the shared allocator is
responsible for providing the necessary thread safety guarantees.)

[heading See Also]

Expand Down

0 comments on commit dc02d0d

Please sign in to comment.