最終更新日時(UTC):
が更新

履歴 編集

function
<memory_resource>

std::pmr::monotonic_buffer_resource::do_deallocate(C++17)

void do_deallocate(void* p, std::size_t bytes, std::size_t alignment) override;

概要

memory_resource::do_deallocate()の実装。

効果

何もしない。

このクラスの管理メモリを解放するには、デストラクタかrelease() を呼ぶ必要がある。

例外

投げない。

バージョン

言語

  • C++17

処理系

関連項目

参照