Namespaces
Variants

std::pmr::monotonic_buffer_resource:: do_deallocate

From cppreference.net
Memory management library
( exposition only* )
Allocators
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Memory resources
Uninitialized storage (until C++20)
( until C++20* )
( until C++20* )
( until C++20* )

Garbage collector support (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
virtual void do_deallocate ( void * p, std:: size_t bytes, std:: size_t alignment ) ;
(C++17부터)

이 함수는 아무런 효과가 없습니다. monotonic_buffer_resource 가 사용하는 메모리는, 이름이 나타내는 바와 같이, 해당 리소스가 파괴될 때까지 단조롭게 증가합니다.

예외

아무것도 던지지 않습니다.

참고 항목

메모리 할당 해제
( std::pmr::memory_resource 의 public member function)
[virtual]
메모리 할당 해제
( std::pmr::memory_resource 의 virtual private member function)