genode/repos/base-sel4/src
Norman Feske dc39a8db62 base: introduce Allocator::try_alloc
This patch changes the 'Allocator' interface to the use of 'Attempt'
return values instead of using exceptions for propagating errors.

To largely uphold compatibility with components using the original
exception-based interface - in particluar use cases where an 'Allocator'
is passed to the 'new' operator - the traditional 'alloc' is still
supported. But it existes merely as a wrapper around the new
'try_alloc'.

Issue #4324
2021-11-29 15:11:52 +01:00
..
core base: introduce Allocator::try_alloc 2021-11-29 15:11:52 +01:00
include base: refactor VM/vCPU API 2021-02-23 12:07:18 +01:00
kernel/sel4 base: remove SPEC variables of boards (fix #3971) 2021-01-25 13:58:09 +01:00
lib base: extend cache maintainance functionality 2021-06-25 11:43:41 +02:00
timer sel4: add timer for imx7d_sabre 2019-05-06 16:15:26 +02:00