genode/repos/base/src/lib
Alexander Boettcher b8f9f92731 base: remove allocation warning in heap
The heap typically first tries to allocate larger chunks than necessary, and
if it fails the actual minimal one. The first attempt already triggers warnings
which are not critical at all. If the second (critical) allocation fails,
then there are additionally checks and warnings already in place.

Issue #1039
2016-11-30 13:37:06 +01:00
..
base base: remove allocation warning in heap 2016-11-30 13:37:06 +01:00
cxx cxx: avoid warnings about cxx exception memory 2016-11-30 13:37:05 +01:00
ldso Remove blocking calls from root and parent RPCs 2016-11-25 16:06:42 +01:00
startup Clean ldso from using deprecated APIs 2016-11-08 15:26:32 +01:00
target.mk Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00