mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-24 02:44:11 +00:00
It happens that ram_session and rm_session itself are invoking alloc respectively free on the very same sliced heap inside core. Lock only the sliced_heap list implementation and let the session locking to the session implementation of rm_session and ram_session. The ram_session and rm_session must take care to proper lock since inside both implementations already the session handling thread and the service thread are running parallel.
This directory contains all source codes.