mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
513a3f1d37
This data structure allows the association of objects with IDs. IDs are kept in an AVL tree. So in contrast to a bit allocator, the ID space can be sparsely populated and does not need to be dimensioned. The lifetime of an ID is bound to an 'Element' object, which relieves the programmer from manually allocating/deallocating IDs for objects. Issue #2120 |
||
---|---|---|
.. | ||
base | ||
cap_session | ||
cpu | ||
cpu_session | ||
cpu_thread | ||
dataspace | ||
deprecated | ||
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 | ||
trace_session | ||
util | ||
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.