genode/base/src/base/allocator
2012-01-03 15:35:05 +01:00
..
allocator_avl.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
slab.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +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).