A special case of out_of_memory errors thrown when a low-level allocator with a fixed size runs out of memory.
More...
#include <wpi/memory/error.hpp>
A special case of out_of_memory errors thrown when a low-level allocator with a fixed size runs out of memory.
For example, thrown by fixed_block_allocator or static_allocator.
It is derived from out_of_memory but does not provide its own handler.
◆ out_of_fixed_memory()
wpi::memory::out_of_fixed_memory::out_of_fixed_memory |
( |
const allocator_info & | info, |
|
|
std::size_t | amount ) |
|
inline |
◆ what()
const char * wpi::memory::out_of_fixed_memory::what |
( |
| ) |
const |
|
overridenoexcept |
- Returns:
- A static NTBS that describes the error. It does not contain any specific information since there is no memory for formatting.
The documentation for this class was generated from the following file: