genode/base/src
Stefan Kalkowski d1c7d64c2c Delete Sliced_heap::Block object when freeing.
When a portion of the sliced heap gets freed, the corresponding block
gets removed from the list of blocks, and it's dataspace containing the
block gets detached, but it's destructor never gets called. This leads
to leaking capabilities, when Native_capability is implemented as
smart-pointer, because the destructor of Ram_dataspace_capability that
is part of the Block object gets never called.
2012-05-09 20:50:57 +02:00
..
base Delete Sliced_heap::Block object when freeing. 2012-05-09 20:50:57 +02:00
core Add compiler helper function to supress type deduction bug. 2012-05-09 20:50:56 +02:00
lib Support for building all libs via 'make lib' 2012-01-24 18:56:35 +01:00
platform Unify policy name for Native_capability_tpl. 2012-03-10 15:52:13 +01:00
test Fix printing of signed numbers 2012-04-23 15:35:01 +02:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This directory contains all source codes.