genode/repos/os/src
Martin Stein e0fef69cb3 test/ram_fs_chunk: fix bug in allocation tracking
In the past, the Genode::destroy, that is called by the RAM-FS-chunk destructors,
issued Allocator::free instead of the C++ delete. Therefore it was possible to
use the size argument of Allocator::free for the allocation tracker in the
RAM-FS-chunk test. Nowadays, we have to keep track of the allocation sizes
ourselves because delete doesn't hand over the size.

Ref #1987
2017-01-31 12:01:15 +01:00
..
app cli_monitor: remove unused gdb_command_config file 2017-01-31 12:01:12 +01:00
drivers Link device_pd statically. 2017-01-23 16:46:04 +01:00
init init: API transition 2017-01-13 13:07:02 +01:00
lib merge lib/config_args with lib/posix 2017-01-20 16:46:55 +01:00
server tz_vmm: update to new API and clean up 2017-01-31 12:01:11 +01:00
test test/ram_fs_chunk: fix bug in allocation tracking 2017-01-31 12:01:15 +01:00