genode/repos/base/src/base/allocator
Sebastian Sumpf bfe5208e0e base: Align heap/slab allocation to machine word size
required by riscv

related to #1880
2016-02-16 14:38:02 +01:00
..
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
allocator_avl.cc base: const-correctness of Allocator interface 2015-04-17 16:13:22 +02:00
slab.cc base: Align heap/slab allocation to machine word size 2016-02-16 14:38:02 +01:00

README

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