genode/base/src
Christian Helmuth aa02fb8256 Revise delete with allocators
Delete operators with additional allocator reference/pointer parameters
are needed if the constructor of an 'new(allocator)' allocated object
throws an exception. Also, destroy now uses the operator to free memory
and provides variants with allocator reference and pointer.

The commit includes a simple test scripts 'run/new_delete', which
exercises the several 'delete' cases.

Related to #1030.
2014-01-30 10:05:44 +01:00
..
base Revise delete with allocators 2014-01-30 10:05:44 +01:00
core Make Deallocator::need_size_for_free() pure virtual 2014-01-30 10:05:43 +01:00
lib Support for building all libs via 'make lib' 2012-01-24 18:56:35 +01:00
platform arm: raise stack size of main thread 2013-12-03 08:33:26 +01:00
test Revise delete with allocators 2014-01-30 10:05:44 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This directory contains all source codes.