genode/repos/base/src/core/include
Norman Feske 9d67f9fc8e Remove Allocator_guard
This patch removes old 'Allocator_guard' utility and replaces its use
with the modern 'Constrained_ram_allocator'.

The adjustment of core in this respect has the side effect of a more
accurate capability accounting in core's CPU, TRACE, and RM services.
In particular, the dataspace capabilities needed for core-internal
allocations via the 'Sliced_heap' are accounted to the client now.
The same goes for nitpicker and nic_dump as other former users of the
allocator guard. Hence, the patch also touches code at the client and
server sides related to these services.

The only remaining user of the 'Allocator_guard' is the Intel GPU
driver. As the adaptation of this component would be too invasive
without testing, this patch leaves this component unchanged by keeping a
copy of the 'allocator_guard.h' locally at the component.

Fixes #3750
2020-05-18 10:16:12 +02:00
..
trace Remove Allocator_guard 2020-05-18 10:16:12 +02:00
account.h core: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
address_space.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
assertion.h core: make ASSERT_NEVER_CALLED a single statement 2019-02-12 10:33:12 +01:00
boot_modules.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
constrained_core_ram.h base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
core_capability_space.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
core_env.h base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
core_log.h core: add support to export log output as ROM 2017-12-21 15:01:46 +01:00
core_mem_alloc.h base: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
core_region_map.h Add missing override annotations 2019-02-19 11:12:11 +01:00
core_service.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
cpu_root.h Remove Allocator_guard 2020-05-18 10:16:12 +02:00
cpu_session_component.h Remove Allocator_guard 2020-05-18 10:16:12 +02:00
cpu_thread_allocator.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpu_thread_component.h core: dissolve thread object on failed creation 2020-02-04 15:51:08 +01:00
dataspace_component.h core: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
io_mem_root.h Add missing override annotations 2019-02-19 11:12:11 +01:00
io_mem_session_component.h Add missing override annotations 2019-02-19 11:12:11 +01:00
io_port_root.h Add missing override annotations 2019-02-19 11:12:11 +01:00
io_port_session_component.h Add missing override annotations 2019-02-19 11:12:11 +01:00
irq_args.h base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
irq_object.h core: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
irq_root.h Add missing override annotations 2019-02-19 11:12:11 +01:00
irq_session_component.h base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
log_root.h core: avoid use of C array as buffer in Log_root 2020-01-03 14:44:15 +01:00
log_session_component.h Remove return value of Log_session::write 2020-05-05 13:51:05 +02:00
native_cpu_component.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
native_pd_component.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
pager.h Add missing override annotations 2019-02-19 11:12:11 +01:00
pager_object_exception_state.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
pd_root.h Add missing override annotations 2019-02-19 11:12:11 +01:00
pd_session_component.h Remove Allocator_guard 2020-05-18 10:16:12 +02:00
platform_generic.h base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
platform_services.h vm_session: support to trace vCPU 2019-05-06 16:15:26 +02:00
ram_dataspace_factory.h base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
region_map_component.h core: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
rm_root.h Remove Allocator_guard 2020-05-18 10:16:12 +02:00
rm_session_component.h Remove Allocator_guard 2020-05-18 10:16:12 +02:00
rom_fs.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
rom_root.h base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
rom_session_component.h base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
rpc_cap_factory.h core: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
signal_broker.h base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
signal_context_slab.h core: equip signal-context slab with initial block 2017-05-31 13:16:13 +02:00
signal_delivery_proxy.h base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
signal_source_component.h Remove Allocator_guard 2020-05-18 10:16:12 +02:00
signal_transmitter.h base: restructure signal-submit initialization 2017-05-31 13:16:12 +02:00
synced_ram_allocator.h core: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
synced_range_allocator.h base: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
vm_root.h vm_session: support to trace vCPU 2019-05-06 16:15:26 +02:00