std::experimental::pmr::monotonic_buffer_resource:: do_deallocate
From cppreference.net
<
cpp
|
experimental
|
monotonic buffer resource
C++
Polymorphic allocator library
Convenience aliases for containers using
polymorphic_allocator
|
||||
| Memory resource classes | ||||
| Global memory resources | ||||
| Type-erased allocator support for existing classes | ||||
std::experimental::pmr::monotonic_buffer_resource
| Public member functions | ||||
| Protected member functions | ||||
|
monotonic_buffer_resource::do_deallocate
|
||||
|
virtual
void
do_deallocate
(
void
*
p,
std::
size_t
bytes,
std::
size_t
alignment
)
;
|
(ライブラリ基盤 TS) | |
この関数は効果を持ちません。
monotonic_buffer_resource
によって使用されるメモリは、その名前が示す通り、リソースが破棄されるまで単調に増加します。
例外
例外を送出しません。
関連項目
|
メモリを解放する
(
std::experimental::pmr::memory_resource
の公開メンバ関数)
|
|
|
[virtual]
|
メモリを解放する
(
std::experimental::pmr::memory_resource
の仮想保護メンバ関数)
|