mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 06:39:22 +00:00
231ac187fe
This patch replaces the 'Ram_allocator::alloc' RPC function by a 'try_alloc' function, which reflects errors as 'Attempt' return value instead of an exception. Issue #4322 Issue #3612