mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
58f44d39c5
This patch replaces the former use of size_t with the use of the 'Ram_quota' type to improve type safety (in particular to avoid accidentally mixing up RAM quotas with cap quotas). Issue #2398