genode/base/src/base/allocator/README
2011-12-22 16:19:25 +01:00

6 lines
305 B
Plaintext

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).