Benjamin Lamowski f94f461f8f base: make Ram_allocator noncopyable
Prevent erratic runtime behavior stemming from accidentally passing a
copy to a `Ram_allocator` by making the interface noncopyable.

In consequence, we had to provide an explicit copy constructor for
`Session_env` in server/nic_router, which will be reconsidered in
issue #5405.

Issue #5221
2025-01-30 16:20:09 +01:00
..
2024-06-20 12:54:30 +02:00
2024-10-08 09:09:23 +02:00
2025-01-30 16:20:09 +01:00
2023-11-28 14:24:23 +01:00

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