Convert a mempool removal reason to a human-readable string.
Declared in <kernel/mempool_removal_reason.h>
std::string
RemovalReasonToString(MemPoolRemovalReason const& r) noexcept;
The lowercase textual name of the reason.
| Name | Description |
|---|---|
| r | The removal reason to describe. |