struct PmmArenaSelectionError
Defined at line 53 of file ../../zircon/kernel/vm/phys/include/vm/phys/arena.h
Represents an error that occurred within the arena selection process in trying
to start an arena at the associated range.
Public Members
Range range
Type type
Public Methods
std::string_view ToString (Type type)
Defined at line 64 of file ../../zircon/kernel/vm/phys/include/vm/phys/arena.h
Enumerations
enum class Type
| Name | Value | Comments |
|---|---|---|
| kNoBookkeepingSpace | 0 |
No run of free RAM was sufficiently large to account for the associated |
| kTooSmall | 1 |
The range itself was too small, resulting in the aligned arena either |
Defined at line 54 of file ../../zircon/kernel/vm/phys/include/vm/phys/arena.h