genode/repos/base-linux
Norman Feske f925fef17b base: Refine Range_allocator::alloc_aligned
This patch changes the 'alloc_aligned' interface as follows:

- The former 'from' and 'to' arguments are replaced by a single
  'range' argument.

- The distinction of the use cases of regular allocations vs.
  address-constrained allocations is now overed by a dedicated
  overload instead of relying on a default argument.

- The 'align' argument has been changed from 'int' to 'unsigned'
  to be better compatible with 'addr_t' and 'size_t'.

Fixes #4067
2021-04-20 12:03:04 +02:00
..
etc base: remove SPEC variables of boards (fix #3971) 2021-01-25 13:58:09 +01:00
lib base-linux: enabled seccomp 2020-05-27 11:56:46 +02:00
recipes depot: update recipe hashes 2021-03-12 12:08:24 +01:00
run lx_hybrid_errno.run: add missing parent services 2020-03-26 11:38:54 +01:00
src base: Refine Range_allocator::alloc_aligned 2021-04-20 12:03:04 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the Linux-specific implementation of Genode.