genode/repos/gems/include
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
..
aes_cbc_4k Library for the AES-CBC en/decryption of 4K blocks 2019-04-09 12:30:35 +02:00
cbe vfs/cbe_trust_anchor: fix bug in key decrypt 2021-10-13 14:50:46 +02:00
depot depot_download: support downloading index files 2019-02-28 11:34:06 +01:00
gems base: introduce Allocator::try_alloc 2021-11-29 15:11:52 +01:00
nano3d nano3d: remove surface-clear optimization 2021-05-10 11:17:20 +02:00
polygon_gfx gems: enable strict warnings for more components 2019-01-30 13:35:28 +01:00