struct AllocFailure
Defined at line 284 of file ../../zircon/kernel/vm/include/vm/pmm_node.h
Tell this PmmNode that we've failed a user-visible allocation. Calling this method will
(optionally) trigger an asynchronous OOM response. To improve diagnostics some information
about the source of the failure can be provided.
Public Members
Type type
size_t size
uint64_t free_count
Public Methods
const char * TypeToString (Type type)
Defined at line 1213 of file ../../zircon/kernel/vm/pmm_node.cc
Enumerations
enum Type
| Name | Value |
|---|---|
| None | 0 |
| Pmm | 1 |
| Heap | 2 |
| Handle | 3 |
| Other | 4 |
Defined at line 285 of file ../../zircon/kernel/vm/include/vm/pmm_node.h