genode/repos/base/src/base/allocator
2015-02-16 13:40:38 +01:00
..
allocator_avl.cc base: support range restriction in allocator 2015-02-16 13:40:38 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
slab.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This directory contains a memory-allocator implementation. The
allocator supports storing its meta-data independently from the
managed memory area. This is useful if the allocator is used
to manage memory that is not accessible by the allocator itself
(e.g., virtual memory of another protection domain).