genode/repos/base/src/include/base/internal
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
..
attached_stack_area.h base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
capability_data.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
capability_space.h core: add Platform::max_caps() 2017-05-31 13:16:03 +02:00
capability_space_tpl.h base: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
child_policy.h init: close all sessions of exited children 2018-02-09 13:31:27 +01:00
crt0.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
elf.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
elf_format.h base: update include guards 2016-03-07 12:34:45 +01:00
expanding_cpu_session_client.h Remove Allocator_guard 2020-05-18 10:16:12 +02:00
expanding_parent_client.h base: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
expanding_pd_session_client.h Cap-resource request on Pd_session::transfer_quota 2019-08-21 13:38:24 +02:00
expanding_region_map_client.h base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
globals.h Hide binary_ready_hook_for_platform from public 2020-04-24 14:37:47 +02:00
ipc_server.h Remove Rpc_entrypoint::Native_context 2020-04-21 16:50:37 +02:00
non_core_stack_area_addr.h base-foc: fix placement of utcb area stack area 2019-01-14 12:34:41 +01:00
output.h base: move 'Buffered_output' class into public header 2019-01-30 13:49:55 +01:00
page_size.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
parent_cap.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
platform_env.h base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
rpc_obj_key.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
spin_lock.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
stack.h base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
stack_allocator.h base: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
stack_area.h base: make stack area base specifiable for core 2017-08-28 16:49:46 +02:00
trace_control.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
unmanaged_singleton.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
upgradeable_client.h base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00