genode/repos/base/include
Christian Helmuth d452094f43 Only rewind next-free pointer in Bit_allocator
Formerly, _next was always updated to the last free'd allocation, which
left large gaps on alloc/free bursts. Now, we try keep allocation
density high from the start of the array and ensure that allocations
happen at the lowest available index in the bit array.

Fixes #3679
2020-03-26 11:38:53 +01:00
..
base base: lay groundwork for base-linux caps change 2020-02-27 14:46:58 +01:00
cpu Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpu_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
cpu_thread base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
dataspace Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
deprecated base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
drivers uart/exynos: be explicit about unused return value 2020-01-03 14:44:15 +01:00
io_mem_session Refinements for updated "Genode Foundations" book 2019-05-27 14:52:53 +02:00
io_port_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
irq_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
log_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
parent base: mark Parent::Close_result with [[nodiscard]] 2020-01-03 14:44:15 +01:00
pd_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
region_map base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
rm_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
rom_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
root Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
session Streamline exception types 2017-05-31 13:16:07 +02:00
spec base: Timestamp type on arm_64 is 64bit 2020-02-04 15:51:09 +01:00
timer timeout: use uint64_t for all plain time values 2019-05-06 16:15:26 +02:00
timer_session base: explictly target entrypoint in timer session 2019-11-21 14:29:36 +01:00
trace_session trace: avoid page fault on client calling subjects 2020-02-07 14:14:20 +01:00
util Only rewind next-free pointer in Bit_allocator 2020-03-26 11:38:53 +01:00
vm_session vm_session: return vcpu id when creating vcpu 2019-11-21 14:29:36 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

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.