![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Interface to a reply capability allocator. More...
#include <capability.h>
Public Member Functions | |
| virtual Reply_cap | alloc () noexcept=0 |
| Allocate new reply capability slot. | |
Protected Member Functions | |
| virtual void | free (Reply_cap_idx cap) noexcept=0 |
| Free reply capability slot. | |
Interface to a reply capability allocator.
Definition at line 488 of file capability.h.
|
pure virtualnoexcept |
Allocate new reply capability slot.
Referenced by L4::Reply_cap::reset().
|
protectedpure virtualnoexcept |