genode/repos/os
Alexander Boettcher 99bdfbe36f trace: don't account argument_buffer 2x
The quota for the argument buffer is already accounted by using the
Attached_ram_dataspace _argument_buffer, which uses the Constraint_ram_allocator
_ram, which uses the Ram_quota_guard from the Session_object. Running on
Sculpt with more than 1000 Subject_info objects/trace IDs the memory
waste become noticeable.
2020-09-01 16:48:29 +02:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include os: add platform driver for i.MX 8M Quad SoC 2020-08-25 11:50:12 +02:00
lib os: add sandbox lib to api/os 2020-02-20 12:11:22 +01:00
recipes depot: update recipe hashes 2020-08-28 08:29:12 +02:00
run base: extend PD session with managing_system call 2020-08-25 11:50:11 +02:00
src trace: don't account argument_buffer 2x 2020-09-01 16:48:29 +02:00
xsd timeout_types.xsd: Minutes type 2019-08-21 12:37:02 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.