genode/repos/gems/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
..
app base: introduce Allocator::try_alloc 2021-11-29 15:11:52 +01:00
lib cbe tools: log less by default 2021-10-13 14:50:46 +02:00
server base: introduce Allocator::try_alloc 2021-11-29 15:11:52 +01:00
test exec_terminal: sandbox errors about unknown node 2021-05-05 11:35:29 +02:00