mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
f9373b4430
The new method allows for the construction of a meta-data object inside the reserved space of the allocator's meta data. It thereby alleviates the need to copy the meta data object (via the assignment operator) as done by the traditional 'metadata' setter method. This, in turn, allows one to use non-copyable objects (like objects with constant member variables) as meta data. |
||
---|---|---|
.. | ||
base | ||
cap_session | ||
cpu | ||
cpu_session | ||
cpu_thread | ||
dataspace | ||
deprecated | ||
drivers | ||
io_mem_session | ||
io_port_session | ||
irq_session | ||
log_session | ||
parent | ||
pd_session | ||
ram_session | ||
region_map | ||
rm_session | ||
rom_session | ||
root | ||
session | ||
spec | ||
thread | ||
timer | ||
timer_session | ||
trace_session | ||
util | ||
vm_session | ||
README |
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.