![]() |
Project
|
Inherits std::pmr::memory_resource.
Public Member Functions | |
NoDeallocateResource (std::pmr::memory_resource *upstream=std::pmr::get_default_resource()) | |
Protected Member Functions | |
void * | do_allocate (size_t bytes, size_t alignment) final |
void | do_deallocate (void *, size_t, size_t) noexcept final |
bool | do_is_equal (const std::pmr::memory_resource &other) const noexcept final |
Definition at line 50 of file testBoundedMemoryResource.cxx.
|
inline |
Definition at line 53 of file testBoundedMemoryResource.cxx.
|
inlinefinalprotected |
Definition at line 57 of file testBoundedMemoryResource.cxx.
Definition at line 61 of file testBoundedMemoryResource.cxx.
|
inlinefinalprotectednoexcept |
Definition at line 65 of file testBoundedMemoryResource.cxx.