genode/base/src/base/allocator
2011-12-22 16:19:25 +01:00
..
allocator_avl.cc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
slab.cc Imported Genode release 11.11 2011-12-22 16:19:25 +01: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).