ORIGINAL
Loading...
Searching...
No Matches
original::allocateError Class Referencefinal

Exception for memory allocation failures. More...

#include <error.h>

Inheritance diagram for original::allocateError:
Inheritance graph
Collaboration diagram for original::allocateError:
Collaboration graph

Public Member Functions

auto what () const noexcept -> const char *override
 

Detailed Description

Exception for memory allocation failures.

Thrown when memory allocation requests cannot be fulfilled by the system.

This exception typically indicates:

  • Insufficient available memory
  • Memory fragmentation preventing large block allocation
  • System-imposed memory limits being reached
Note
Consider checking system memory status before large allocations when this exception might be expected.

The documentation for this class was generated from the following file: