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 9c00720 commit 00567b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/memory_resource/monotonic_buffer_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace std::pmr {
## 概要
`monotonic_buffer_resource`はオブジェクトの破棄時にのみ管理しているメモリを全て開放する特殊な [`memory_resource`](memory_resource.md)実装である。
少さなオブジェクトを多数構築するために割り当てを行い、最後にまとめて開放するといった状況において高速なメモリ割り当てを行うことを目的としている。
小さなオブジェクトを多数構築するために割り当てを行い、最後にまとめて開放するといった状況において高速なメモリ割り当てを行うことを目的としている。
このクラスはスレッドセーフではない。
Expand Down

0 comments on commit 00567b3

Please sign in to comment.