mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 10:21:04 +00:00
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