genode/base/src/base/allocator
2013-01-24 11:05:02 +01:00
..
allocator_avl.cc base: fix wrap around bug in avl allocator 2013-01-24 11:05:02 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
slab.cc Update copyright headers to 2013 2013-01-10 21:44:47 +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).