genode/repos/base/src
Norman Feske e44f65f3b2 core: RAM service based on 'Session_object'
This patch reworks the implementation of core's RAM service to make use
of the 'Session_object' and to remove the distinction between the
"metadata" quota and the managed RAM quota. With the new implementation,
the session implicitly allocates its metadata from its own account. So
there is not need to handle 'Out_of_metadata' and 'Quota_exceeded' via
different exceptions. Instead, the new version solely uses the
'Out_of_ram' exception.

Furthermore, the 'Allocator::Out_of_memory' exception has become an alias
for 'Out_of_ram', which simplifies the error handling.

Issue #2398
2017-05-31 13:16:06 +02:00
..
core core: RAM service based on 'Session_object' 2017-05-31 13:16:06 +02:00
include core: RAM service based on 'Session_object' 2017-05-31 13:16:06 +02:00
ld Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
lib core: RAM service based on 'Session_object' 2017-05-31 13:16:06 +02:00
test base: use 'Ram_quota' in 'Ram_session' args 2017-05-31 13:16:04 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This directory contains all source codes.