genode/base/src/test/new_delete
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
..
main.cc Revise delete with allocators 2014-01-30 10:05:44 +01:00
target.mk Revise delete with allocators 2014-01-30 10:05:44 +01:00