Skip to content

Commit

Permalink
誤植を訂正
Browse files Browse the repository at this point in the history
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
  • Loading branch information
sukeya committed Sep 5, 2024
1 parent 110d328 commit 54bc557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/memory_resource/monotonic_buffer_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ namespace std::pmr {
## 概要
`monotonic_buffer_resource`はオブジェクトの破棄時にのみ管理しているメモリを全て開放する特殊な [`memory_resource`](memory_resource.md)実装である。
小さなオブジェクトを多数構築するために割り当てを行い、最後にまとめて開放するといった状況において高速なメモリ割り当てを行うことを目的としている
`monotonic_buffer_resource`はオブジェクトの破棄時にのみ管理しているメモリを全て解放する特殊な [`memory_resource`](memory_resource.md)実装である。
小さなオブジェクトを多数構築するために割り当てを行い、最後にまとめて解放するといった状況において高速なメモリ割り当てを行うことを目的としている
このクラスはスレッドセーフではない。
Expand Down

0 comments on commit 54bc557

Please sign in to comment.