genode/repos/base-hw
Stefan Kalkowski db5e4f70f1 hw: replace 'placement new' with 'construct_at<>'
Placement new can be misleading, as we already overload the new operator
to construct objects via pointers to allocators. To prohibit any problems here,
and to use one consistent approach, we can explicitely construct the object
with the already available 'construct_at' template function.

Ref #1443
2015-05-26 09:40:03 +02:00
..
doc imx31: remove platform completely (fix #1360) 2015-01-12 14:24:15 +01:00
include hw: static constexpr function when reinterpret cast is used 2015-05-26 09:39:47 +02:00
lib hw_x86_64: Factor out initial PT to separate file 2015-05-20 17:52:58 +02:00
mk hw: support Wandboard Quad (i.MX6) 2015-04-09 16:04:43 +02:00
run CPU session: apply quota via relative weightings 2015-05-06 10:55:16 +02:00
src hw: replace 'placement new' with 'construct_at<>' 2015-05-26 09:40:03 +02:00