std::experimental::pmr::synchronized_pool_resource:: do_deallocate
From cppreference.net
<
cpp
|
experimental
|
synchronized pool 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::synchronized_pool_resource
| Public member functions | ||||
| Protected member functions | ||||
|
synchronized_pool_resource::do_deallocate
|
||||
|
virtual
void
do_deallocate
(
void
*
p,
std::
size_t
bytes,
std::
size_t
alignment
)
;
|
(라이브러리 fundamentals TS) | |
p
의 메모리를 풀로 반환합니다. 이 작업이 언제, 어떤 조건에서 상류 메모리 리소스의
deallocate()
호출로 이어질지는 명시되어 있지 않습니다.
예외
아무것도 던지지 않습니다.
참고 항목
|
메모리 할당 해제
(
std::experimental::pmr::memory_resource
의 public 멤버 함수)
|
|
|
[virtual]
|
메모리 할당 해제
(
std::experimental::pmr::memory_resource
의 virtual protected 멤버 함수)
|